mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +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
|
|
@ -40,7 +40,7 @@ Code in `javascript` {MD044}
|
|||
|
||||
Execute `via the node.js engine` {MD044}
|
||||
|
||||
HTML <u>javascript</u> {MD033} {MD044}
|
||||
HTML <u>javascript</u> {MD044}
|
||||
|
||||
* Use NPM {MD044}
|
||||
|
||||
|
|
@ -84,3 +84,12 @@ Text referencing multiplecase name.
|
|||
Text referencing MultipleCase name.
|
||||
Text referencing MULTIPLECASE name. {MD044}
|
||||
Text referencing mULTIPLEcASE name.
|
||||
|
||||
<img src="img/javascript/image.png" error="{MD044}">
|
||||
|
||||
<script type="text/javascript">
|
||||
{MD044:90}
|
||||
javascript {MD044}
|
||||
</script>
|
||||
|
||||
<a error="{MD044}" id="javascript"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue