Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ MD030:
# MD033/no-inline-html - Inline HTML
MD033:
# Allowed elements
allowed_elements: ["br", "center", "img", "script", "form", "input", "a", "div", "center","small","v-clicks", "b", "i", "code"]
allowed_elements: ["br", "center", "img", "script", "form", "input", "a", "div", "center","small","v-clicks", "b", "i", "code", "figure", "figcaption", "span", "style"]

# MD034/no-bare-urls - Bare URL used
MD034: false
Expand Down
Loading