-
Notifications
You must be signed in to change notification settings - Fork 80
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
Empty line in script block throws exception #42
Comments
Backticks (including multiple backticks) create inline code: If you want code blocks in Maruku, you need to use either indented code blocks or, if you are using a version of Maruku which supports it, fenced code blocks. |
Closing this in favor of #28, which is to fully support fenced code blocks. |
My Nokogiri branch (which I thought you already merged) already supports fenced code blocks, by default. |
Yes, it supports tilde-style fenced code blocks, but not GitHub-style backtick code blocks. |
When parsing the following markdown:
I get this exception thrown due to the empty line.:
The text was updated successfully, but these errors were encountered: