File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9.1.18 (2023-07-03)
2
+
3
+ * Updated Danish translations
4
+ * Added support for installing user requirements in Docker image
5
+ * Fixed #5655: Search separator with lookbehind breaks highlighting
6
+
1
7
mkdocs-material-9.1.17+insiders-4.36.1 (2023-06-23)
2
8
3
9
* Fixed #5618: Date comparison breaking for drafts in blog plugin
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.1.18 <small >July 3, 2023</small > { id="9.1.18" }
6
+
7
+ - Updated Danish translations
8
+ - Added support for installing user requirements in Docker image
9
+ - Fixed #5655 : Search separator with lookbehind breaks highlighting
10
+
5
11
### 9.1.17 <small >June 23, 2023</small > { id="9.1.17" }
6
12
7
13
- Fixed #5633 : Code annotations with nested lists incorrectly mounted
Original file line number Diff line number Diff line change 28
28
< link rel ="next " href ="{{ page.next_page.url | url }} ">
29
29
{% endif %}
30
30
< link rel ="icon " href ="{{ config.theme.favicon | url }} ">
31
- < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.17 ">
31
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.18 ">
32
32
{% endblock %}
33
33
{% block htmltitle %}
34
34
{% if page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mkdocs-material" ,
3
- "version" : " 9.1.17 " ,
3
+ "version" : " 9.1.18 " ,
4
4
"description" : " Documentation that simply works" ,
5
5
"keywords" : [
6
6
" mkdocs" ,
You can’t perform that action at this time.
0 commit comments