File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55- dev: action/checkout v4 with sparse-checkout for megalinter
66- dev: sparse-checkout for publish-book workflow
77- dev: action/checkout v4 with sparse-checkout for changelog checker workflow
8+ - mkdocs: update emoji extension name for material 9.4 and update readme
89
910### Added
1011- building-api: add reitit overview and quick intro
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Publish book workflow installs Material for MkDocs version 9
7474Install mkdocs version 9 using the Python pip package manager
7575
7676``` bash
77- pip install mkdocs-material==" 9.* "
77+ pip3 install mkdocs-material==" 9.4 "
7878```
7979
8080Install the plugins used by the Practicalli site using Pip (these are also installed in the GitHub Action workflow)
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ markdown_extensions:
6363 - md_in_html # Grids
6464 - footnotes # footnotes and abbreviations
6565 - pymdownx.emoji :
66- emoji_index : !!python/name:materialx .emoji.twemoji
67- emoji_generator : !!python/name:materialx .emoji.to_svg
66+ emoji_index : !!python/name:material.extensions .emoji.twemoji
67+ emoji_generator : !!python/name:material.extensions .emoji.to_svg
6868 - pymdownx.highlight :
6969 anchor_linenums : true
7070 - pymdownx.inlinehilite
You can’t perform that action at this time.
0 commit comments