mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 14:22:35 +00:00
Merge pull request #2406 from ehuss/fix-smart-link
Fix broken link to "Smart Punctuation"
This commit is contained in:
commit
ec996d3509
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ The following configuration options are available:
|
||||||
[`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme)
|
[`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme)
|
||||||
CSS media query. Defaults to `navy`.
|
CSS media query. Defaults to `navy`.
|
||||||
- **smart-punctuation:** Converts quotes to curly quotes, `...` to `…`, `--` to en-dash, and `---` to em-dash.
|
- **smart-punctuation:** Converts quotes to curly quotes, `...` to `…`, `--` to en-dash, and `---` to em-dash.
|
||||||
See [Smart Punctuation].
|
See [Smart Punctuation](../markdown.md#smart-punctuation).
|
||||||
Defaults to `false`.
|
Defaults to `false`.
|
||||||
- **curly-quotes:** Deprecated alias for `smart-punctuation`.
|
- **curly-quotes:** Deprecated alias for `smart-punctuation`.
|
||||||
- **mathjax-support:** Adds support for [MathJax](../mathjax.md). Defaults to
|
- **mathjax-support:** Adds support for [MathJax](../mathjax.md). Defaults to
|
||||||
|
|
Loading…
Reference in a new issue