1
0
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:
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.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.emoji
- pymdownx.inlinehilite
- pymdownx.magiclink:
repo_url_shorthand: true