Bugfix.
This commit is contained in:
parent
887cdb0743
commit
d875029940
@ -142,5 +142,5 @@ Pandoc class >> markdownToHtmlOnUnix: inputFile [
|
|||||||
Pandoc class >> markdownToHtmlOnWindows: inputFile [
|
Pandoc class >> markdownToHtmlOnWindows: inputFile [
|
||||||
|
|
||||||
|
|
||||||
^ LibC resultOfCommand: 'pandoc -f markdown+startnum+task_lists -t html inputFile fullName'.
|
^ LibC resultOfCommand: 'pandoc -f markdown+startnum+task_lists -t html', inputFile fullName.
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user