From: Timothée Ravier Date: Mon, 11 Oct 2021 10:29:21 +0000 (+0200) Subject: docs: Do not convert -- & --- to en/em-dash X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2^2~18^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5af2a529be0197b598545210e1a1d81a3a9d25a6;p=ostree.git 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. --- 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.