Witiko / markdown

:notebook_with_decorative_cover: A package for converting and rendering markdown documents in TeX
http://ctan.org/pkg/markdown
LaTeX Project Public License v1.3c
331 stars 31 forks source link

sublist #455

Closed hongy19 closed 4 months ago

hongy19 commented 4 months ago

according to https://spec.commonmark.org/0.31.2/#list-items, there is no need to ident four space for sublist, but markdown need four space for sublist.

Screenshot 2024-06-29 214544

''' \documentclass[UTF8]{ctexart} \usepackage{markdown} \def\markdownOptionOutputDir{latex.out}

\begin{document} \begin{markdown}

\end{markdown}

\end{document} '''

hongy19 commented 4 months ago

this issue is solved with latest markdown. i am using old version markdown before.