The Wayback Machine - https://web.archive.org/web/20201010040725/https://github.com/srid/neuron/issues/350
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

Blockquote paragraphs appear in reverse order in footnotes #350

Open
srid opened this issue Aug 18, 2020 · 2 comments
Open

Blockquote paragraphs appear in reverse order in footnotes #350

srid opened this issue Aug 18, 2020 · 2 comments

Comments

@srid
Copy link
Owner

@srid srid commented Aug 18, 2020

A footnote like this:

Hello[^test]

[^test]:
    > first
    >
    > second
    >
    > third

will render as:

image

@srid
Copy link
Owner Author

@srid srid commented Aug 20, 2020

First step is to figure out whether this is an issue in the parser (commonmark-hs - with extensions enabled) or the renderer (reflex-dom-pandoc).

@srid
Copy link
Owner Author

@srid srid commented Aug 21, 2020

This also happens with list elements (inside footnots). Strange bug.

@srid srid added the hacktoberfest label Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.