Skip to content

Commit 0cc01d9

Browse files
authored
fix checkboxes (#39)
Signed-off-by: Max Wolfs <[email protected]>
1 parent abab61b commit 0cc01d9

File tree

2 files changed

+125
-125
lines changed

2 files changed

+125
-125
lines changed

.markdownlint-cli2.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"config": {
33
"default": true,
44
"MD013": false,
5-
"MD033": { "allowed_elements": ["input"] }, // only allowing input elements within md tables
5+
"MD033": { "allowed_elements": ["li", "ul"] }, // only allowing ul, li elements for checkboxes within md tables
66
"MD024": false,
77
"search-replace": {
88
"rules": [

0 commit comments

Comments
 (0)