Dashes & Quartz
one hyphen -
two hyphens –
three hyphens —
en dash –
em dash —
Quartz
Quartz appears to render 2 dashes as an em dash.
Can this be changed?
Yes!
in ... /node_modules/@quartz-community/github-flavored-markdown/dist.index.js
change
return opts.enableSmartyPants ? [remarkGfm, plugin_default] : [remarkGfm];
to
return opts.enableSmartyPants ? [remarkGfm, [plugin_default, { dashes: "oldschool" }]] : [remarkGfm];
Pandoc
Generally pandoc will render 2 hyphens as an en dash and 3 hyphens as an em dash