Closed hongy19 closed 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.
''' \documentclass[UTF8]{ctexart} \usepackage{markdown} \def\markdownOptionOutputDir{latex.out}
\begin{document} \begin{markdown}
\end{markdown}
\end{document} '''
this issue is solved with latest markdown. i am using old version markdown before.
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.
''' \documentclass[UTF8]{ctexart} \usepackage{markdown} \def\markdownOptionOutputDir{latex.out}
\begin{document} \begin{markdown}
\end{markdown}
\end{document} '''