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:
Timothée Ravier 2021-10-11 12:29:21 +02:00
parent f4a3837662
commit 5af2a529be
1 changed files with 4 additions and 0 deletions

View File

@ -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.