Migrating Pandoc conversors.
This commit is contained in:
parent
e4d0880fea
commit
02403b5ae3
@ -151,7 +151,7 @@ Pandoc class >> markdownToHtmlOnUnix: inputFile [
|
|||||||
shellCommand: 'pandoc -f markdown+startnum+task_lists --standalone -t html ', inputFile fullName, ' --output ', outputFile fullName;
|
shellCommand: 'pandoc -f markdown+startnum+task_lists --standalone -t html ', inputFile fullName, ' --output ', outputFile fullName;
|
||||||
runAndWait;
|
runAndWait;
|
||||||
stdout.
|
stdout.
|
||||||
^ outputFile fullName.
|
^ outputFile.
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #converters }
|
{ #category : #converters }
|
||||||
|
Loading…
Reference in New Issue
Block a user