neo4j-documentation / asciidoctor-jupyter

A Jupyter converter for Asciidoctor.js. Write your Notebook in AsciiDoc!
16 stars 1 forks source link

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

Open prudhomm opened 1 year ago

prudhomm commented 1 year ago

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

ggrossetie commented 1 year ago

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

prudhomm commented 1 year ago

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...