1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-17 11:41:45 +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:
Thomas
2020-01-27 23:35:12 +13:00
committed by David Young
parent 6366e1d24b
commit 167b62e9e5

View File

@@ -211,8 +211,7 @@ markdown_extensions:
- pymdownx.caret - pymdownx.caret
- pymdownx.critic - pymdownx.critic
- pymdownx.details - pymdownx.details
- pymdownx.emoji: - pymdownx.emoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite - pymdownx.inlinehilite
- pymdownx.magiclink: - pymdownx.magiclink:
repo_url_shorthand: true repo_url_shorthand: true