Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treat code block like a single paragraph #38

Open
akarzim opened this issue Nov 8, 2016 · 0 comments
Open

Treat code block like a single paragraph #38

akarzim opened this issue Nov 8, 2016 · 0 comments

Comments

@akarzim
Copy link

akarzim commented Nov 8, 2016

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…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant