mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-27 17:00:54 +01:00
Updated requirements (#1339)
- Restrict Markdown to less that 3.2 to prevent CSS breakage as 3.2 will introduce changes to how code blocks are formatted. - Use at least version 6.2 of Pymdown Extensions as 6.2 limits EmojiOne usage to v2.2.7 which has the most agreeable license for commercial and personal use. Additionally, limit the version to to less than 6.3 as 6.3 will follow Python Markdown 3.2 in code block changes for SuperFences.
This commit is contained in:
parent
401dfd9e20
commit
bbba04a90c
@ -22,4 +22,5 @@
|
||||
mkdocs>=1
|
||||
mkdocs-minify-plugin>=0.2
|
||||
Pygments>=2.2
|
||||
pymdown-extensions>=4.11
|
||||
markdown<3.2
|
||||
pymdown-extensions>=6.2,<6.3
|
||||
|
Loading…
Reference in New Issue
Block a user