mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update MD044/proper-names to parse into micromark htmlFlow tokens for better behavior when html_elements is false (fixes #832).
This commit is contained in:
parent
8cb6b8eff5
commit
b1eff75034
8 changed files with 386 additions and 25 deletions
|
|
@ -104,10 +104,27 @@ javascript {MD044}
|
|||
javascript {MD044}
|
||||
-->
|
||||
|
||||
<a href="https://example.org">
|
||||
|
||||
<div><a href="https://example.org"></div>
|
||||
|
||||
<div>
|
||||
<a href="https://example.org">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
javascript {MD044}
|
||||
<a href="https://example.org">
|
||||
javascript {MD044}
|
||||
</div>
|
||||
|
||||
{MD044:107} {MD044:109} {MD044:112} {MD044:117}
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"MD033": false,
|
||||
"MD044": {
|
||||
"names": [
|
||||
"HTTPS",
|
||||
"Internet Explorer",
|
||||
"markdownlint",
|
||||
"multiplecase",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue