Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'--smart'/'-smart'/'+smart' argument does not work. #192

Open
hotsoupisgood opened this issue May 11, 2020 · 1 comment
Open

'--smart'/'-smart'/'+smart' argument does not work. #192

hotsoupisgood opened this issue May 11, 2020 · 1 comment

Comments

@hotsoupisgood
Copy link

I'm using pandoc 2.3.1
I've tried:

--smart

and get this error:

Pandoc died with exitcode "%s" during conversion: %s' % (p.returncode, stderr)
RuntimeError: Pandoc died with exitcode "2" during conversion: b'--smart/-S has been removed.  Use +smart or -smart extension instead.\nFor example: pandoc -f markdown+smart -t markdown-smart.\nTry pandoc --help for more information.\n

I've also tried:
+smart
and:
-smart
And get this error:

Pandoc died with exitcode "%s" during conversion: %s' % (p.returncode, stderr)
RuntimeError: Pandoc died with exitcode "2" during conversion: b'Unknown option -m.\nUnknown option -a.\nTry pandoc --help for more information.\n
@JessicaTegner
Copy link
Owner

You need to set the format like so.

markdown+smart

For more information, check out Pandocs User Manual

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants