We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ pandoc -v pandoc 1.19.2.1 $ pandoc -f html -t markdown-raw_html <ul> <li>foo</li> <li id="id">bar</li> <li>baz</li> </ul> ^D - foo - bar - baz
Ideally the second item shouldn't have the extra newlines at the beginning.
The text was updated successfully, but these errors were encountered:
51a46b7
workaround jgm/pandoc#3596
f31eb1d
No branches or pull requests
Ideally the second item shouldn't have the extra newlines at the beginning.
The text was updated successfully, but these errors were encountered: