neo4j-documentation / asciidoctor-jupyter

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

Add support for colist #13

Closed ggrossetie closed 1 year ago

ggrossetie commented 1 year ago

AsciiDoc

----
git clone https://github.com/feelpp/book.feelpp.org.git # <1>
git clone https://github.com/feelpp/toolbox.git # <2>
----
<1> clone the source for the website
<2> clone the source for toolbox cases

Markdown

git clone https://github.com/feelpp/book.feelpp.org.git # ① git clone https://github.com/feelpp/toolbox.git # ②

1. clone the source for the website
2. clone the source for toolbox cases
Result
git clone https://github.com/feelpp/book.feelpp.org.git # ①
git clone https://github.com/feelpp/toolbox.git # ②
  1. clone the source for the website
  2. clone the source for toolbox cases