mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-25 16:36:09 +01:00
Update MD044/proper-names to add html_elements parameter (fixes #435).
This commit is contained in:
parent
8afec14376
commit
0f845e9ba1
15 changed files with 186 additions and 14 deletions
21
test/proper-names-no-html.md
Normal file
21
test/proper-names-no-html.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Proper Names No HTML
|
||||
|
||||
Okay text JavaScript.
|
||||
|
||||
Bad text javascript. {MD044}
|
||||
|
||||
Bad code `javascript`. {MD044}
|
||||
|
||||
<img src="img/javascript/image.png">
|
||||
|
||||
<script type="text/javascript">
|
||||
javascript {MD044}
|
||||
</script>
|
||||
|
||||
<a id="javascript">
|
||||
|
||||
<a id="javascript"/>
|
||||
|
||||
<javascript/>
|
||||
|
||||
<code>javascript</code>
|
||||
Loading…
Add table
Add a link
Reference in a new issue