Skip to content

Commit

Permalink
Apply hotfix for default error renderer prototype
Browse files Browse the repository at this point in the history
The hotfix originates from <#495 (comment)>.
  • Loading branch information
Witiko committed Sep 23, 2024
1 parent 86efd5c commit a468a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -34655,7 +34655,7 @@ end
\def\markdownRendererSectionBeginPrototype{}%
\def\markdownRendererSectionEndPrototype{}%
\let\markdownRendererWarningPrototype\markdownWarning
\let\markdownRendererErrorPrototype\markdownError
\def\markdownRendererErrorPrototype#1{\markdownError{#1}{}}
% \end{macrocode}
% \par
% \begin{markdown}
Expand Down

0 comments on commit a468a13

Please sign in to comment.