mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Make YAML syntax valid (#76)
* Make YAML syntax valid * Remove emoji_generator as it is invalid YAML the `!!` syntax that is used by python to reference a function is not valid YAML, and thus cannot be parsed by anything other than MKDocs
This commit is contained in:
@@ -211,8 +211,7 @@ markdown_extensions:
|
||||
- pymdownx.caret
|
||||
- pymdownx.critic
|
||||
- pymdownx.details
|
||||
- pymdownx.emoji:
|
||||
emoji_generator: !!python/name:pymdownx.emoji.to_svg
|
||||
- pymdownx.emoji
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.magiclink:
|
||||
repo_url_shorthand: true
|
||||
|
||||
Reference in New Issue
Block a user