turndown
turndown copied to clipboard
Not Converting emdash
This tool is great, but I noticed it isn't converting the emdash (—) to the markdown equivalent of three hyphens (---).
Thanks for raising this (and sorry it’s taken a while to respond). Is the emdash rule part of a particular markdown flavour? I can’t seem to find it in Gruber’s syntax documentation or the common mark spec.
I didn't find it in Gruber's docs either, though I thought that's where I'd found originally.
I'm using Kramdown on a Jekyll site and they've got this --- to — documented here: http://kramdown.gettalong.org/syntax.html#typographic-symbols
Great, thanks. Marking this as an enhancement for now…