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

markdown_github does not generate code blocks with backticks #1084

Closed
pedrolamas opened this issue Dec 9, 2013 · 0 comments
Closed

markdown_github does not generate code blocks with backticks #1084

pedrolamas opened this issue Dec 9, 2013 · 0 comments

Comments

@pedrolamas
Copy link

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

@jgm jgm closed this as completed in f966295 Dec 10, 2013
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

1 participant