Merge pull request #2465 from travier/docfixes
docs: Do not convert -- & --- to en/em-dash
This commit is contained in:
commit
16157e77e5
|
|
@ -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