Html to markdown bug solved for Windows
This commit is contained in:
parent
2ee75d58ac
commit
97be568e06
@ -524,8 +524,8 @@ GrafoscopioNode >> htmlToMarkdown [
|
||||
waitForCommand: 'pandoc -f html -t markdown --atx-headers ',
|
||||
htmlFile fullName, ' -o ', markdownFile fullName ].
|
||||
Smalltalk platformName = 'Win32'
|
||||
ifTrue: [ WindowsProcess
|
||||
waitForCommand: 'pandoc -f html -t markdown --atx-headers ',
|
||||
ifTrue: [ WinProcess
|
||||
createAndWaitForProcess: 'pandoc -f html -t markdown --atx-headers ',
|
||||
htmlFile fullName, ' -o ', markdownFile fullName ].
|
||||
self body: markdownFile contents.
|
||||
htmlFile ensureDelete.
|
||||
|
Loading…
Reference in New Issue
Block a user