forked from SjoerdV/ConvertOneNote2MarkDown
-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug
$notesdestpath = '...' can't work with file-path that includes space.
It passes path without double quotations "" to the pandoc.
Pandoc thinks of part of the path after the space as param.
e.g. 'c:\My Notes\notes' or "c:\My Notes\notes" or '"c:\My Notes\notes"' Will result in creating *.docx but pandoc will report it can't find file located at c:\My
Expectation
Should work regardless of space in file-path.
probably it needs to pass "path" to pandoc wrapped in double quotations.
Discussion
Environment
PowerShell-7.0.13-win-x64
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working