Skip to content

Commit b874786

Browse files
committed
Updated JSON schema
1 parent f358ad8 commit b874786

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/schema/extensions.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@
142142
"properties": {
143143
"generic": {
144144
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/#options",
145-
"type": "boolean"
145+
"type": "boolean",
146+
"default": true
146147
}
147148
},
148149
"additionalProperties": false
@@ -205,15 +206,18 @@
205206
"properties": {
206207
"smart_insert": {
207208
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/caret/#options",
208-
"type": "boolean"
209+
"type": "boolean",
210+
"default": true
209211
},
210212
"insert": {
211213
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/caret/#options",
212-
"type": "boolean"
214+
"type": "boolean",
215+
"default": true
213216
},
214217
"superscript": {
215218
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/caret/#options",
216-
"type": "boolean"
219+
"type": "boolean",
220+
"default": true
217221
}
218222
},
219223
"additionalProperties": false

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ theme:
8383
code: Roboto Mono
8484
favicon: assets/favicon.png
8585
icon:
86-
logo: material/library
86+
logo: logo
8787

8888
# Plugins
8989
plugins:

0 commit comments

Comments
 (0)