Skip to content

Commit

Permalink
Disable lt3luabridge before version 2.0.1 is in texlive/texlive
Browse files Browse the repository at this point in the history
Bug fixed in Witiko/lt3luabridge#15 affects the Markdown package.
  • Loading branch information
Witiko committed Aug 16, 2022
1 parent 93f14ba commit f67cb77
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -14997,14 +14997,14 @@ following text:
\cs_if_exist:NF
\markdownMode
{
\file_if_exist:nTF
{ lt3luabridge.tex }
{
\cs_new:Npn
\markdownMode
{ 3 }
}
{
% \file_if_exist:nTF
% { lt3luabridge.tex }
% {
% \cs_new:Npn
% \markdownMode
% { 3 }
% }
% {
\cs_if_exist:NTF
\directlua
{
Expand All @@ -15017,7 +15017,7 @@ following text:
\markdownMode
{ 0 }
}
}
% }
}
% \end{macrocode}
% \begin{markdown}
Expand Down

0 comments on commit f67cb77

Please sign in to comment.