mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Reimplement MD044/proper-names using micromark tokens.
This commit is contained in:
parent
e8a85c91f2
commit
5bff33d41b
9 changed files with 182 additions and 495 deletions
|
|
@ -49,13 +49,17 @@ HTML <u>javascript</u> {MD044}
|
|||
javascript is code {MD044}
|
||||
node.js is runtime {MD044}
|
||||
|
||||
```js
|
||||
```javascript
|
||||
javascript is code {MD044} {MD046:52}
|
||||
node.js is runtime {MD044}
|
||||
```
|
||||
|
||||
Upload the code (to github) {MD044}
|
||||
|
||||
Image of . {MD044}
|
||||
|
||||
Image of .
|
||||
|
||||
Link to [github](https://github.com/). {MD044}
|
||||
|
||||
Link to [GitHub](https://github.com/).
|
||||
|
|
@ -88,7 +92,7 @@ Text referencing mULTIPLEcASE name.
|
|||
<img src="img/javascript/image.png" error="{MD044}">
|
||||
|
||||
<script type="text/javascript">
|
||||
{MD044:90}
|
||||
{MD044:94}
|
||||
javascript {MD044}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue