Skip to content

Commit

Permalink
Allow <br> tags, enforce --- hr style
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Dec 12, 2023
1 parent b88e179 commit 7bd01db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/other/.markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
"names": ["Godot", "GDScript", "Rust", "GDExtension", "gdext", "godot-rust"],
"code_blocks": false
},
"no-inline-html": {
"allowed_elements": ["br"]
},
// Horizontal rules: --- or ***.
"hr-style": {
"style": "---"
},
// Indented vs ```-fenced.
"code-block-style": {
"style": "fenced"
Expand Down

0 comments on commit 7bd01db

Please sign in to comment.