Skip to content

Commit

Permalink
allow div and span
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Oct 7, 2023
1 parent 9edd4e5 commit 05078a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/config/.markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"allowed_elements": [
"a",
"img",
"br"
"br",
"div",
"span"
]
},
"MD014": false,
Expand Down

0 comments on commit 05078a8

Please sign in to comment.