Skip to content

Commit

Permalink
Don't allow LaTeX list item renderers to consume surrounding text
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Jun 29, 2021
1 parent 3c3de76 commit cb79225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18285,10 +18285,10 @@ end
\label{fig:#1}%
\end{figure}},
ulBegin = {\begin{itemize}},
ulItem = {\item},
ulItem = {\item{}},
ulEnd = {\end{itemize}},
olBegin = {\begin{enumerate}},
olItem = {\item},
olItem = {\item{}},
olItemWithNumber = {\item[#1.]},
olEnd = {\end{enumerate}},
dlBegin = {\begin{description}},
Expand Down

0 comments on commit cb79225

Please sign in to comment.