You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have the ability to treat code blocks like a single paragraph.
this is a paragraph
```
# no blank line after backticks
def code_bock
puts "this is a code block"
end
```
~~~ruby
puts "tilde and language name should be allowed too"
~~~
this is another
paragraph
There are two different code block syntaxes in this example.
I'm not sure that g:limelight_bop and g:limelight_eop can do the job…
The text was updated successfully, but these errors were encountered:
It would be great to have the ability to treat code blocks like a single paragraph.
There are two different code block syntaxes in this example.
I'm not sure that
g:limelight_bop
andg:limelight_eop
can do the job…The text was updated successfully, but these errors were encountered: