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

missing \n after end of list in markdown cell generation #10

Open
prudhomm opened this issue Mar 26, 2023 · 2 comments
Open

missing \n after end of list in markdown cell generation #10

prudhomm opened this issue Mar 26, 2023 · 2 comments

Comments

@prudhomm
Copy link
Contributor

When there is a list in a markdown cell, there is a missing \n at the end of the list in the generated markdown.
The results looks like this

Screenshot 2023-03-26 at 22 38 23

whereas it should look like

Screenshot 2023-03-26 at 22 38 53

an extra \n is needed

prudhomm added a commit to feelpp/asciidoctor-jupyter that referenced this issue Mar 26, 2023
add an extra `\n` to ensure enough room around list
@ggrossetie
Copy link
Contributor

That's weird... could you please provide a sample where you can reproduce this issue?

@prudhomm
Copy link
Contributor Author

indeed. The page is here https://docs.feelpp.org/user/latest/python/pyfeelpptoolboxes/cfpdes.poisson.html
you can download the jupyter file from the menu bar.
you can see the problem with the math #8 but somehow the newline issue has disappeared. I will investigate...

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

2 participants