I use markdown for quite a lot now. Is there a standalone program (like “markdown” or “discount”) that also supports smartypants. I use -- all over the place and I really would like to see some ndashes there.
I use markdown for quite a lot now. Is there a standalone program (like
Share
Pandoc supports smartypants with the
--smartoption.If you like a java program, you can compile Pegdown which also have a
SMARTYPANTSextension.