mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-24 06:43:50 -04:00
Merge branch 'fix_norwegian' into feature/material-v9
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
## Material for MkDocs Insiders
|
||||
|
||||
### 4.26.3 <small>_ November 15, 2022</small> { id="4.26.3" }
|
||||
|
||||
- Fixed #4637: Attachments w/o titles in related links error in blog plugin
|
||||
- Fixed #4631: Remote favicons not downloaded and inlined by privacy plugin
|
||||
|
||||
### 4.26.2 <small>_ November 3, 2022</small> { id="4.26.2" }
|
||||
|
||||
- Updated MkDocs to 1.4.2
|
||||
|
||||
@@ -739,6 +739,7 @@
|
||||
"fontawesome/solid/ban-smoking",
|
||||
"fontawesome/solid/ban",
|
||||
"fontawesome/solid/bandage",
|
||||
"fontawesome/solid/bangladeshi-taka-sign",
|
||||
"fontawesome/solid/barcode",
|
||||
"fontawesome/solid/bars-progress",
|
||||
"fontawesome/solid/bars-staggered",
|
||||
@@ -909,9 +910,9 @@
|
||||
"fontawesome/solid/chevron-left",
|
||||
"fontawesome/solid/chevron-right",
|
||||
"fontawesome/solid/chevron-up",
|
||||
"fontawesome/solid/child-combatant",
|
||||
"fontawesome/solid/child-dress",
|
||||
"fontawesome/solid/child-reaching",
|
||||
"fontawesome/solid/child-rifle",
|
||||
"fontawesome/solid/child",
|
||||
"fontawesome/solid/children",
|
||||
"fontawesome/solid/church",
|
||||
@@ -1495,6 +1496,7 @@
|
||||
"fontawesome/solid/neuter",
|
||||
"fontawesome/solid/newspaper",
|
||||
"fontawesome/solid/not-equal",
|
||||
"fontawesome/solid/notdef",
|
||||
"fontawesome/solid/note-sticky",
|
||||
"fontawesome/solid/notes-medical",
|
||||
"fontawesome/solid/o",
|
||||
|
||||
@@ -27,11 +27,6 @@
|
||||
"type": "string",
|
||||
"default": "blog"
|
||||
},
|
||||
"blog_custom_dir": {
|
||||
"title": "Blog template directory (internal)",
|
||||
"markdownDescription": "Warning: this option is for internal use only, use at your own risk",
|
||||
"type": "string"
|
||||
},
|
||||
"post_date_format": {
|
||||
"title": "Format string for post dates",
|
||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#+blog.post_date_format",
|
||||
|
||||
@@ -491,7 +491,7 @@
|
||||
"defaultSnippets": [
|
||||
{
|
||||
"label": "note",
|
||||
"body": "note: ${1:material/pencil}"
|
||||
"body": "note: ${1:material/pencil-circle}"
|
||||
},
|
||||
{
|
||||
"label": "abstract",
|
||||
@@ -507,7 +507,7 @@
|
||||
},
|
||||
{
|
||||
"label": "success",
|
||||
"body": "success: ${1:material/check-bold}"
|
||||
"body": "success: ${1:material/check}"
|
||||
},
|
||||
{
|
||||
"label": "question",
|
||||
@@ -519,19 +519,19 @@
|
||||
},
|
||||
{
|
||||
"label": "failure",
|
||||
"body": "failure: ${1:material/close-thick}"
|
||||
"body": "failure: ${1:material/close}"
|
||||
},
|
||||
{
|
||||
"label": "danger",
|
||||
"body": "danger: ${1:material/lightning-bolt}"
|
||||
"body": "danger: ${1:material/lightning-bolt-circle}"
|
||||
},
|
||||
{
|
||||
"label": "bug",
|
||||
"body": "bug: ${1:material/bug}"
|
||||
"body": "bug: ${1:material/shield-bug}"
|
||||
},
|
||||
{
|
||||
"label": "example",
|
||||
"body": "example: ${1:material/format-list-numbered}"
|
||||
"body": "example: ${1:material/test-tube}"
|
||||
},
|
||||
{
|
||||
"label": "quote",
|
||||
@@ -544,7 +544,7 @@
|
||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons-and-identifiers",
|
||||
"type": "object",
|
||||
"patternProperties": {
|
||||
"^\\w+$": {
|
||||
"^[\\w-]+$": {
|
||||
"$ref": "#/definitions/icon"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user