mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Removed Python Markdown version range limitation
This commit is contained in:
parent
886c889f8a
commit
cf4805d4b3
1
.github/workflows/documentation.yml
vendored
1
.github/workflows/documentation.yml
vendored
@ -43,7 +43,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt
|
|
||||||
pip install .
|
pip install .
|
||||||
pip install \
|
pip install \
|
||||||
mkdocs-minify-plugin>=0.3 \
|
mkdocs-minify-plugin>=0.3 \
|
||||||
|
@ -14,8 +14,10 @@ to [get access to Insiders][2].
|
|||||||
<iframe src="https://streamable.com/e/b6ij21" allowfullscreen></iframe>
|
<iframe src="https://streamable.com/e/b6ij21" allowfullscreen></iframe>
|
||||||
</div>
|
</div>
|
||||||
<figcaption markdown="1">
|
<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>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
@ -215,10 +215,14 @@ theme:
|
|||||||
This will render a color palette toggle in the header next to the search bar:
|
This will render a color palette toggle in the header next to the search bar:
|
||||||
|
|
||||||
<figure markdown="1">
|
<figure markdown="1">
|
||||||
[![Color palette toggle][11]][11]
|
|
||||||
|
[![Color palette toggle][11]][11]
|
||||||
|
|
||||||
<figcaption markdown="1">
|
<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>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
@ -154,10 +154,14 @@ theme:
|
|||||||
Searching for ^^code high^^ yields ^^code highlighting^^ as a suggestion:
|
Searching for ^^code high^^ yields ^^code highlighting^^ as a suggestion:
|
||||||
|
|
||||||
<figure markdown="1">
|
<figure markdown="1">
|
||||||
[![Search suggestions][9]][9]
|
|
||||||
|
[![Search suggestions][9]][9]
|
||||||
|
|
||||||
<figcaption markdown="1">
|
<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>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
@ -185,10 +189,14 @@ theme:
|
|||||||
Searching for ^^code blocks^^ yields:
|
Searching for ^^code blocks^^ yields:
|
||||||
|
|
||||||
<figure markdown="1">
|
<figure markdown="1">
|
||||||
[![Search highlighting][11]][11]
|
|
||||||
|
[![Search highlighting][11]][11]
|
||||||
|
|
||||||
<figcaption markdown="1">
|
<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>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
@ -34,10 +34,14 @@ This will render a version selector in the header next to the title of your
|
|||||||
project:
|
project:
|
||||||
|
|
||||||
<figure markdown="1">
|
<figure markdown="1">
|
||||||
[![Version selection][3]][3]
|
|
||||||
|
[![Version selection][3]][3]
|
||||||
|
|
||||||
<figcaption markdown="1">
|
<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>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
@ -21,6 +21,6 @@
|
|||||||
# Direct dependencies
|
# Direct dependencies
|
||||||
mkdocs>=1.1
|
mkdocs>=1.1
|
||||||
Pygments>=2.4
|
Pygments>=2.4
|
||||||
markdown>=3.2,<3.3
|
markdown>=3.2
|
||||||
pymdown-extensions>=7.0
|
pymdown-extensions>=7.0
|
||||||
mkdocs-material-extensions>=1.0
|
mkdocs-material-extensions>=1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user