Skip to content

Commit

Permalink
chore: allow img tags in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Jan 28, 2023
1 parent 4106d02 commit 5509f1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"allowed_elements": [
"br",
"div",
"img",
"sub",
"sup",
"span",
Expand Down Expand Up @@ -87,7 +88,7 @@
"MD043": false,
// MD044/proper-names - Proper names should have the correct capitalization
// "MD044": {
// "names": ["JavaScript", "TypeScript", "TSLint", "ESLint"],
// "names": ["JavaScript", "TypeScript"],
// "code_blocks": false
// },
// MD045/no-alt-text - Images should have alternate text (alt text)
Expand Down

0 comments on commit 5509f1b

Please sign in to comment.