mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Added missing mention of Attribute Lists extension to icon documentation
This commit is contained in:
parent
00f40928cf
commit
4381c5963b
@ -39,6 +39,7 @@ lines to `mkdocs.yml`:
|
||||
|
||||
``` yaml
|
||||
markdown_extensions:
|
||||
- attr_list
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
@ -52,12 +53,14 @@ The following icon sets are bundled with Material for MkDocs:
|
||||
|
||||
See additional configuration options:
|
||||
|
||||
- [Attribute Lists]
|
||||
- [Emoji]
|
||||
- [Emoji with custom icons]
|
||||
|
||||
[Material Design]: https://materialdesignicons.com/
|
||||
[FontAwesome]: https://fontawesome.com/search?m=free
|
||||
[Octicons]: https://octicons.github.com/
|
||||
[Attribute Lists]: ../setup/extensions/python-markdown.md#attribute-lists
|
||||
[Emoji]: ../setup/extensions/python-markdown-extensions.md#emoji
|
||||
[Emoji with custom icons]: ../setup/extensions/python-markdown-extensions.md#custom-icons
|
||||
|
||||
|
@ -84,7 +84,8 @@ No configuration options are available. See reference for usage:
|
||||
- [Using annotations]
|
||||
- [Using grids]
|
||||
- [Adding buttons]
|
||||
- [Adding icons with colors]
|
||||
- [Using icons with colors]
|
||||
- [Using icons with animations]
|
||||
- [Image alignment]
|
||||
- [Image lazy-loading]
|
||||
|
||||
@ -93,7 +94,8 @@ No configuration options are available. See reference for usage:
|
||||
[Attribute Lists limitations]: https://python-markdown.github.io/extensions/attr_list/#limitations
|
||||
[Using grids]: ../../reference/grids.md#using-grids
|
||||
[Adding buttons]: ../../reference/buttons.md#adding-buttons
|
||||
[Adding icons with colors]: ../../reference/buttons.md#with-colors
|
||||
[Using icons with colors]: ../../reference/icons-emojis.md#with-colors
|
||||
[Using icons with animations]: ../../reference/icons-emojis.md#with-animations
|
||||
[Image alignment]: ../../reference/images.md#image-alignment
|
||||
[Image lazy-loading]: ../../reference/images.md#image-lazy-loading
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user