Let's take such a Markdown file

Text
text
some text
## Heading

Blah blah

Github will be able to parse properly, for example:

But let's try Pandoc:

$ pandoc -s test.md -f markdown -t markdown
Text text some text \## Heading

Blah blah

Notice the escaped first "#" symbol in the heading.

I wonder if there is a way to avoid it?

--
With kind regards, Andrew Pashkin.
cell phone - +48 (503) 186 952
e-mail - andrew.pashkin-puGfsi27rH1aa/9Udqfwiw@public.gmane.org

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/ee3c5844-ba4f-41d4-a68b-acc237996a03%40gmx.co.uk.