summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Bruno <luca.bruno@coreos.com>2021-10-12 09:49:39 +0000
committerGitHub <noreply@github.com>2021-10-12 09:49:39 +0000
commit16157e77e5cf017043aac516309eb6e123aed03a (patch)
tree3849dd17f8bcb4f71e94c8133ba84be8d956b4ab
parentf4a38376627b0bcfd8c4de49a37002a75aaeffd2 (diff)
parent5af2a529be0197b598545210e1a1d81a3a9d25a6 (diff)
downloadostree-16157e77e5cf017043aac516309eb6e123aed03a.tar.gz
Merge pull request #2465 from travier/docfixes
docs: Do not convert -- & --- to en/em-dash
-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.