Using Pandoc flags for improved HTML export. CSS should support those options too.
This commit is contained in:
parent
f73ca8ef32
commit
d739f3f357
@ -120,7 +120,7 @@ Pandoc class >> markdownToHtml: inputFile [
|
||||
outputFile ensureCreateFile.
|
||||
OSSUnixSubprocess new
|
||||
command: 'pandoc';
|
||||
arguments: {'-f'. 'markdown'. '-t'. 'html'. inputFile fullName.
|
||||
arguments: {'-f'. 'markdown+startnum+task_lists'. '-t'. 'html'. inputFile fullName.
|
||||
'--output'. outputFile fullName };
|
||||
redirectStdout;
|
||||
redirectStderr;
|
||||
|
Loading…
Reference in New Issue
Block a user