Skip to content

Commit

Permalink
Update markdownlint config
Browse files Browse the repository at this point in the history
Disallow script tags and manually ignore the one instance we need it.
  • Loading branch information
XhmikosR committed Mar 24, 2023
1 parent 5adb8e2 commit bc42e97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@
"maximum": 2
},
"MD013": false,
"MD024": false,
"MD026": false,
"MD033": {
"allowed_elements": [
"a",
"br",
"hr",
"kbd",
"script",
"span"
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/2017/bootstrap-4-alpha-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ For more details on this release's changes, take a look at the [Alpha 6 ship lis
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
```


<!-- markdownlint-disable-next-line MD033 -->
<script src="https://static.jsbin.com/js/embed.min.js"></script>

0 comments on commit bc42e97

Please sign in to comment.