docs: Do not convert -- & --- to en/em-dash
'--' is frequently used for command line options and was thus incorrectly rendered as a special en-dash symbol.
This commit is contained in:
parent
f4a3837662
commit
5af2a529be
|
|
@ -6,6 +6,10 @@ url: "https://ostreedev.github.io"
|
||||||
# url: "http://localhost:4000"
|
# url: "http://localhost:4000"
|
||||||
permalink: /:title/
|
permalink: /:title/
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
kramdown:
|
||||||
|
typographic_symbols:
|
||||||
|
ndash: "--"
|
||||||
|
mdash: "---"
|
||||||
|
|
||||||
# Exclude the README and the bundler files that would normally be
|
# Exclude the README and the bundler files that would normally be
|
||||||
# ignored by default.
|
# ignored by default.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue