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

Does not work with code nested in blockquote #55

Closed
karelbilek opened this issue Feb 27, 2020 · 2 comments
Closed

Does not work with code nested in blockquote #55

karelbilek opened this issue Feb 27, 2020 · 2 comments

Comments

@karelbilek
Copy link

Minimal example:

Input:

> ```
> Foo
> ```


```
foo
```

Output:

> ```
> > Foo
> > ```
>
>
> ```
>
> foo \`\`\`
@karelbilek
Copy link
Author

karelbilek commented Feb 27, 2020

It seems that it works when both code blocks are at the same level - that is, if both are in blockquote, or both outside of it.

But once one is inside blockquote and one outside, either blackfriday or markdownfmt loses its marbles

@karelbilek
Copy link
Author

#56

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