Skip to content

Commit ce19ed3

Browse files
authored
Added additional pymdownx.snippets options to JSON schema (#5878)
1 parent a6a37ab commit ce19ed3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/schema/extensions/pymdownx.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,21 @@
544544
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",
545545
"type": "boolean",
546546
"default": false
547+
},
548+
"url_max_size": {
549+
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",
550+
"type": "integer",
551+
"default": 33554432
552+
},
553+
"url_timeout": {
554+
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",
555+
"type": "number",
556+
"default": 10.0
557+
},
558+
"url_request_headers": {
559+
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",
560+
"type": "object",
561+
"default": {}
547562
}
548563
},
549564
"additionalProperties": false

0 commit comments

Comments
 (0)