neo4j-documentation / asciidoctor-jupyter

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

fix inline math delimiters (markdown cell) #9

Closed prudhomm closed 1 year ago

prudhomm commented 1 year ago
ggrossetie commented 1 year ago

Test is failing because of the extra newline.

  1) Jupyter converter
       should convert an exercise guide with an admonition block to ipynb:

      AssertionError: expected 'An admonition block may contain compl…' to equal 'An admonition block may contain compl…'
      + expected - actual

       - one
       - two
       - three

      -
       Another paragraph.
ggrossetie commented 1 year ago

Could you please move your second commit to a dedicated branch and pull request? That way, I can merge your first commit which resolves #8

Anyway, nice work 👍🏻

prudhomm commented 1 year ago

this is done @ggrossetie