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

Content in blockquotes is not rendered correctly #79

Open
mislav opened this issue Sep 28, 2020 · 2 comments
Open

Content in blockquotes is not rendered correctly #79

mislav opened this issue Sep 28, 2020 · 2 comments
Assignees
Labels
bug Something isn't working renderer Everything related to the markdown renderer

Comments

@mislav
Copy link

mislav commented Sep 28, 2020

Given this input:

Preceding blockquote paragraph

> 1st blockquote paragraph
>
>     quoted code block
>
> 2nd blockquote paragraph

The output is as such:

  Precending blockquote paragraph

  │ 1st blockquote paragraph2nd blockquote paragraph

Notice:

  • the code block in blockquote was omitted from rendering entirely
  • paragraphs in blockquote are not separated out correctly
@muesli muesli added bug Something isn't working renderer Everything related to the markdown renderer labels Sep 28, 2020
@muesli
Copy link
Contributor

muesli commented Sep 28, 2020

Thanks @mislav, looking into this.

@michaeltlombardi
Copy link

Came across this today while incorporating glamour into a cobra app to surface docs. 😣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working renderer Everything related to the markdown renderer
Projects
None yet
Development

No branches or pull requests

4 participants