1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Removed Python Markdown version range limitation

This commit is contained in:
squidfunk 2020-12-22 14:20:20 +01:00
parent 886c889f8a
commit cf4805d4b3
6 changed files with 33 additions and 16 deletions

View File

@ -43,7 +43,6 @@ jobs:
- name: Install Python dependencies
run: |
pip install -r requirements.txt
pip install .
pip install \
mkdocs-minify-plugin>=0.3 \

View File

@ -14,8 +14,10 @@ to [get access to Insiders][2].
<iframe src="https://streamable.com/e/b6ij21" allowfullscreen></iframe>
</div>
<figcaption markdown="1">
A demo is worth a thousand words — check it out at
[squidfunk.github.io/mkdocs-material-insiders][3]
A demo is worth a thousand words — check it out at
[squidfunk.github.io/mkdocs-material-insiders][3]
</figcaption>
</figure>

View File

@ -215,10 +215,14 @@ theme:
This will render a color palette toggle in the header next to the search bar:
<figure markdown="1">
[![Color palette toggle][11]][11]
[![Color palette toggle][11]][11]
<figcaption markdown="1">
A demo is worth a thousand words — check it out at
[squidfunk.github.io/mkdocs-material-insiders][7]
A demo is worth a thousand words — check it out at
[squidfunk.github.io/mkdocs-material-insiders][7]
</figcaption>
</figure>

View File

@ -154,10 +154,14 @@ theme:
Searching for ^^code high^^ yields ^^code highlighting^^ as a suggestion:
<figure markdown="1">
[![Search suggestions][9]][9]
[![Search suggestions][9]][9]
<figcaption markdown="1">
A demo is worth a thousand words — check it out at
[squidfunk.github.io/mkdocs-material-insiders][10]
A demo is worth a thousand words — check it out at
[squidfunk.github.io/mkdocs-material-insiders][10]
</figcaption>
</figure>
@ -185,10 +189,14 @@ theme:
Searching for ^^code blocks^^ yields:
<figure markdown="1">
[![Search highlighting][11]][11]
[![Search highlighting][11]][11]
<figcaption markdown="1">
A demo is worth a thousand words — check it out at
[squidfunk.github.io/mkdocs-material-insiders][12]
A demo is worth a thousand words — check it out at
[squidfunk.github.io/mkdocs-material-insiders][12]
</figcaption>
</figure>

View File

@ -34,10 +34,14 @@ This will render a version selector in the header next to the title of your
project:
<figure markdown="1">
[![Version selection][3]][3]
[![Version selection][3]][3]
<figcaption markdown="1">
A demo is worth a thousand words — check it out at
[squidfunk.github.io/mkdocs-material-example-versioning][4]
A demo is worth a thousand words — check it out at
[squidfunk.github.io/mkdocs-material-example-versioning][4]
</figcaption>
</figure>

View File

@ -21,6 +21,6 @@
# Direct dependencies
mkdocs>=1.1
Pygments>=2.4
markdown>=3.2,<3.3
markdown>=3.2
pymdown-extensions>=7.0
mkdocs-material-extensions>=1.0