Skip to content

Commit

Permalink
Prevent \luabridge_tl_set:Nn from expanding plain TeX's \input
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Nov 20, 2024
1 parent f0f75fd commit 7fea1c9
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 @@ -34909,7 +34909,7 @@ function M.new(options)
local salt = util.salt(options)
local name = util.cache(options.cacheDir, input, salt, convert,
".md.tex")
output = [[\input{]] .. name .. [[}\relax]]
output = [[\noexpand\input{]] .. name .. [[}\relax]]
% \end{macrocode}
% \begin{markdown}
% Otherwise, return the result of the conversion directly.
Expand Down

0 comments on commit 7fea1c9

Please sign in to comment.