summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothée Ravier <tim@siosm.fr>2021-10-11 12:29:21 +0200
committerTimothée Ravier <tim@siosm.fr>2021-10-11 12:29:32 +0200
commit5af2a529be0197b598545210e1a1d81a3a9d25a6 (patch)
tree3849dd17f8bcb4f71e94c8133ba84be8d956b4ab
parentf4a38376627b0bcfd8c4de49a37002a75aaeffd2 (diff)
downloadostree-5af2a529be0197b598545210e1a1d81a3a9d25a6.tar.gz
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.
-rw-r--r--docs/_config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
index 44135c82..ed1c2a63 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -6,6 +6,10 @@ url: "https://ostreedev.github.io"
# url: "http://localhost:4000"
permalink: /:title/
markdown: kramdown
+kramdown:
+ typographic_symbols:
+ ndash: "--"
+ mdash: "---"
# Exclude the README and the bundler files that would normally be
# ignored by default.