Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Comments on Should we render double hyphen as an em dash?
Parent
Should we render double hyphen as an em dash?
Some places render "--" (double hyphen) as "—" (em dash).
Currently Codidact does not -- so these are left as double hyphens in both the edit preview and a rendered post (like that).
Would it be useful for Codidact to automatically render double hyphen as an em dash? Are there settings in which that would be a problem? When explaining command line flags such as --verbose
I'd expect the double hyphens to be inside a code block. Would only rendering as an em dash outside of code blocks be sufficient to avoid problems?
I'm not sure if this is feasible yet. I just wanted to judge community interest in the idea first.
Workaround
In the meantime, if you want your post to contain an em dash, you can use "—
" which renders correctly as "—". Putting it inside a code block allows displaying the raw text as —
rather than —.
Note that it's "mdash" rather than "emdash" - &emdash;
won't work.
Post
For the reasons you already alluded to, rendering --
as em-dash by default is dangerous, see discussions on a Similarly Engineered site. This is particularly true in question titles since they don't support formatting options.
I think that at least in communities where verbatim reproduction can be paramount for correctly stating questions and answers, automatic conversions should be avoided as much as possible. This is true all the more since
- a new user will often not know how to protect
--
using code tags, making questions prone to misinterpretation (considering that a majority of questions likely come from "first-time" visitors) - an inclined user who wants "typographically" fancy appearance can still explicitly enter e.g. an em-dash using the workardound you already mentioned, or by unicode code-point, i.e. Alt+0151
1 comment thread