You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am converting LaTeX to Markdown, and I found that nested enumerated lists do not correctly change the enumeration label from arabic to lowercase as done by LaTeX.
The sublist should be labeled with (a) and (b), not 1. and 2.
I hesitated to report this but then remembered that LaTeX to Markdown conversion is probably an uncommon use case (the analogous Markdown to LaTeX case works beautifully). Further, I could not find any reference to it in past issues.
The text was updated successfully, but these errors were encountered:
I suppose this could be handled at the level of the LaTeX reader, which could try to assign list styles to sublists in a way that matches LaTeX's (NB. overridable) defaults.
I am converting LaTeX to Markdown, and I found that nested enumerated lists do not correctly change the enumeration label from arabic to lowercase as done by LaTeX.
My input is
test.tex
:Running
pandoc -f latex -t markdown test.tex
yields:The sublist should be labeled with (a) and (b), not 1. and 2.
I hesitated to report this but then remembered that LaTeX to Markdown conversion is probably an uncommon use case (the analogous Markdown to LaTeX case works beautifully). Further, I could not find any reference to it in past issues.
The text was updated successfully, but these errors were encountered: