File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16031,7 +16031,10 @@ local convert = md.new(\markdownLuaOptions)
16031
16031
|markdownInfo{The ending token sequence was found}@
16032
16032
|immediate|closeout|markdownOutputFileStream@
16033
16033
|endgroup@
16034
- |markdownInput|markdownOptionInputTempFileName@
16034
+ |markdownInput{@
16035
+ |markdownOptionOutputDir@
16036
+ /|markdownOptionInputTempFileName@
16037
+ }@
16035
16038
#2}@
16036
16039
|fi@
16037
16040
% \end{macrocode}
@@ -16300,9 +16303,7 @@ local convert = md.new(\markdownLuaOptions)
16300
16303
|closein|markdownInputFileStream
16301
16304
|markdownLuaExecute{%
16302
16305
|markdownPrepare
16303
- local input = assert(io.open("%
16304
- |markdownOptionOutputDir
16305
- /#1", "r"):read("*a"))
16306
+ local input = assert(io.open("#1", "r"):read("*a"))
16306
16307
% \end{macrocode}
16307
16308
% \begin{markdown}
16308
16309
% Since the Lua converter expects \acro{unix} line endings, normalize the
You can’t perform that action at this time.
0 commit comments