smart
: spacing around dashes
#10038
avidseeker
started this conversation in
Ideas
Replies: 1 comment
-
I'd prefer not to complicate things too much by introducing extra options. It's easy enough to use a Lua filter to add space around all the Em dashes (you'd want nonbreaking spaces in any case, and maybe just partial spaces -- anyway, everyone will want something slightly different). There's a discussion #10013 about configuring smart quotes. If we added a way to do that, we could in principle extend it to dashes and ellipses. But at the moment it's a low priority issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
smart
extension translates--
and---
to en and em dashes. E.g:However, there seems to be different conventions around the spacing of dashes.
Can pandoc take an extra layer of abstraction to specify whether to include a space in the output or not?
Beta Was this translation helpful? Give feedback.
All reactions