We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
For whatever reason, I came across this corner case that Blackfriday fails to render.
Some text. > Some quoted text. > > ```emacs-lisp > (message "hello") > ``` Some other text.
That renders to (via Hugo) as:
Some text. > Some quoted text. > > ```emacs-lisp > (message "hello") > ``` ```emacs-lisp (message "hello again") ``` Some other text.
But above does this:
The text was updated successfully, but these errors were encountered:
Fix a peculiar case of quote block with nested source blocks
7e5799c
Fixes #98 This is a workaround rather than a fix.. until it gets properly fixed in russross/blackfriday#407.
Add another test for (quote blk with src blk) followed by src blk
a69f36a
russross/blackfriday#407
No branches or pull requests
Hello,
For whatever reason, I came across this corner case that Blackfriday fails to render.
This works
That renders to (via Hugo) as:
This does not work
But above does this:
The text was updated successfully, but these errors were encountered: