From cf4805d4b3335d712125d5b9bba0a5484e1c6191 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Tue, 22 Dec 2020 14:20:20 +0100 Subject: [PATCH] Removed Python Markdown version range limitation --- .github/workflows/documentation.yml | 1 - docs/insiders.md | 6 ++++-- docs/setup/changing-the-colors.md | 10 +++++++--- docs/setup/setting-up-site-search.md | 20 ++++++++++++++------ docs/setup/setting-up-versioning.md | 10 +++++++--- requirements.txt | 2 +- 6 files changed, 33 insertions(+), 16 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4687239f4..3a5c8ea6b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -43,7 +43,6 @@ jobs: - name: Install Python dependencies run: | - pip install -r requirements.txt pip install . pip install \ mkdocs-minify-plugin>=0.3 \ diff --git a/docs/insiders.md b/docs/insiders.md index e0fbca8bc..46fdaff68 100644 --- a/docs/insiders.md +++ b/docs/insiders.md @@ -14,8 +14,10 @@ to [get access to Insiders][2].
- 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] +
diff --git a/docs/setup/changing-the-colors.md b/docs/setup/changing-the-colors.md index 5f5dc17a1..79428cc73 100644 --- a/docs/setup/changing-the-colors.md +++ b/docs/setup/changing-the-colors.md @@ -215,10 +215,14 @@ theme: This will render a color palette toggle in the header next to the search bar:
- [![Color palette toggle][11]][11] + +[![Color palette toggle][11]][11] +
- 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] +
diff --git a/docs/setup/setting-up-site-search.md b/docs/setup/setting-up-site-search.md index b4950b320..3cf27fb5f 100644 --- a/docs/setup/setting-up-site-search.md +++ b/docs/setup/setting-up-site-search.md @@ -154,10 +154,14 @@ theme: Searching for ^^code high^^ yields ^^code highlighting^^ as a suggestion:
- [![Search suggestions][9]][9] + +[![Search suggestions][9]][9] +
- 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] +
@@ -185,10 +189,14 @@ theme: Searching for ^^code blocks^^ yields:
- [![Search highlighting][11]][11] + +[![Search highlighting][11]][11] +
- 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] +
diff --git a/docs/setup/setting-up-versioning.md b/docs/setup/setting-up-versioning.md index 649635714..e88bc19c6 100644 --- a/docs/setup/setting-up-versioning.md +++ b/docs/setup/setting-up-versioning.md @@ -34,10 +34,14 @@ This will render a version selector in the header next to the title of your project:
- [![Version selection][3]][3] + +[![Version selection][3]][3] +
- 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] +
diff --git a/requirements.txt b/requirements.txt index a757dee81..ce88daa9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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