Skip to content

Commit e5386f9

Browse files
authored
Merge pull request #2852 from ehuss/add-def-list-cfg-link
Add link to `output.html.definition-lists`
2 parents 39a148f + 5fafc3f commit e5386f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

guide/src/format/markdown.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,11 @@ Terms are clickable just like headers, which will set the browser's URL to point
271271

272272
See the [definition lists spec](https://github.com/pulldown-cmark/pulldown-cmark/blob/HEAD/pulldown-cmark/specs/definition_lists.txt) for more information on the specifics of the syntax. See the [Wikipedia guidelines for glossaries](https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Glossaries#General_guidelines_for_writing_glossaries) for some guidelines on how to write a glossary.
273273

274+
This feature is enabled by default.
275+
To disable it, see the [`output.html.definition-lists`] config option.
276+
277+
[`output.html.definition-lists`]: configuration/renderers.md#html-renderer-options
278+
274279
### Admonitions
275280

276281
An admonition is a special type of callout or notice block used to highlight important information. It is written as a blockquote with a special tag on the first line.

0 commit comments

Comments
 (0)