Skip to content

Commit 84fb6d3

Browse files
committed
Allow <br> tags, enforce --- hr style
1 parent 539391d commit 84fb6d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/other/.markdownlint.jsonc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@
5050
"names": ["Godot", "GDScript", "Rust", "GDExtension", "gdext", "godot-rust"],
5151
"code_blocks": false
5252
},
53+
"no-inline-html": {
54+
"allowed_elements": ["br"]
55+
},
56+
// Horizontal rules: --- or ***.
57+
"hr-style": {
58+
"style": "---"
59+
},
5360
// Indented vs ```-fenced.
5461
"code-block-style": {
5562
"style": "fenced"

0 commit comments

Comments
 (0)