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

Code block inside a quoted block; the whole then followed by a code block -- doesn't work #407

Open
kaushalmodi opened this issue Nov 8, 2017 · 0 comments

Comments

@kaushalmodi
Copy link

Hello,

For whatever reason, I came across this corner case that Blackfriday fails to render.

This works

Some text.

> Some quoted text.
>
> ```emacs-lisp
> (message "hello")
> ```

Some other text.

That renders to (via Hugo) as:

image

This does not work

Some text.

> Some quoted text.
>
> ```emacs-lisp
> (message "hello")
> ```

```emacs-lisp
(message "hello again")
```

Some other text.

But above does this:

image

kaushalmodi added a commit to kaushalmodi/ox-hugo that referenced this issue Nov 8, 2017
Fixes #98

This is a workaround rather than a fix.. until it gets properly fixed
in russross/blackfriday#407.
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