Skip to content

Commit

Permalink
Don't let default LaTeX renderer prototype for ulItem gobble next token
Browse files Browse the repository at this point in the history
Many thanks to Lloyd R. Prentice for discovering and reporting the bug.
  • Loading branch information
Witiko committed Sep 4, 2021
1 parent c68cc05 commit 8d8023f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -19119,18 +19119,21 @@ end
\def\markdownLaTeXUlItem{%
\ifx\markdownLaTeXCheckbox\markdownRendererTickedBox
\item[\markdownLaTeXCheckbox]%
\expandafter\@gobble
\else
\ifx\markdownLaTeXCheckbox\markdownRendererHalfTickedBox
\item[\markdownLaTeXCheckbox]%
\expandafter\expandafter\expandafter\@gobble
\else
\ifx\markdownLaTeXCheckbox\markdownRendererUntickedBox
\item[\markdownLaTeXCheckbox]%
\expandafter\expandafter\expandafter\expandafter
\expandafter\expandafter\expandafter\@gobble
\else
\item{}%
\fi
\fi
\fi
\@gobble
}
% \end{macrocode}
% \par
Expand Down

0 comments on commit 8d8023f

Please sign in to comment.