Something like this: > If you call `myAwesomeMethod()` something cool will happen. Currently if you select only _myAwesomeMethod()_ text the original line breaks into four lines like this: > If you call > ``` > myAwesomeMethod() > ``` > > something cool will happen.
Something like this:
Currently if you select only myAwesomeMethod() text the original line breaks into four lines like this: