You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to run marp-cli in server mode fails if the directory ( or any directory in the absolut path to the directory ) contains an opening parenthesis (. for example:
marp -s -I hello\(world
will bring up the Usage Page instead of starting Server Mode. this behavior occurs on MacOS 10.15 in bash shell.
The text was updated successfully, but these errors were encountered:
It's similar to #95. I think it has recognized wrongly as glob pattern. It was fixed path resolution for the file in #117 but probably wasn't fixed for the directory.
trying to run marp-cli in server mode fails if the directory ( or any directory in the absolut path to the directory ) contains an opening parenthesis
(
. for example:marp -s -I hello\(world
will bring up the Usage Page instead of starting Server Mode. this behavior occurs on MacOS 10.15 in bash shell.
The text was updated successfully, but these errors were encountered: