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
If I create a file with the following HTML
<pre class="csharp"><code>teste();</code></pre>
And then use pandoc with this command line:
pandoc --from html --to markdown_github test.htm
This is the output
~ ~ ~ ~ {.csharp} teste(); ~ ~ ~ ~
not even if I use --to markdown+backtick_code_blocks seems to do the job properly
--to markdown+backtick_code_blocks
The text was updated successfully, but these errors were encountered:
f966295
No branches or pull requests
If I create a file with the following HTML
And then use pandoc with this command line:
This is the output
not even if I use
--to markdown+backtick_code_blocks
seems to do the job properlyThe text was updated successfully, but these errors were encountered: