Skip to content
Snippets Groups Projects
Commit 14be7a18 authored by Sean Madsen's avatar Sean Madsen
Browse files

Add explicit anchors to some headings

parent 045bf73f
No related branches found
No related tags found
No related merge requests found
......@@ -378,7 +378,7 @@ You can use indented code within lists without needing any markdown extensions.
- markdown.extensions.admonition
```
### Syntax
### Syntax {:#admonition-syntax}
Simple example:
......@@ -396,7 +396,7 @@ Add a custom title (make sure to quote the title):
(You can also add an admonition *without* a title by passing an empty string `""` in place of the title.)
### Types
### Types {:#admonition-types}
The types of admonitions available for use in MkDocs depend on the theme being used. The Material theme [supports](http://squidfunk.github.io/mkdocs-material/extensions/admonition/#types) the following types:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment