Skip to content

Commit

Permalink
Replace \@IFL@t@r with \IfFormatAtLeastTF
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Sep 12, 2021
1 parent f14e892 commit d3bdffb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -20115,9 +20115,15 @@ end
%
% \end{markdown}
% \begin{macrocode}
},
}
\ifx\IfFormatAtLeastTF\@undefined
\def\IfFormatAtLeastTF{\@ifl@t@r\fmtversion}
\fi
\markdownSetup{
rendererPrototypes = {
jekyllDataEnd = {
\@ifl@t@r
\fmtversion
\IfFormatAtLeastTF
{ 2020-10-01 }
{ \AddToHook{begindocument/end}{\maketitle} }
{
Expand Down

0 comments on commit d3bdffb

Please sign in to comment.