mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add code_blocks parameter to MD044/proper-names (fixes #50).
This commit is contained in:
parent
15fe91ba38
commit
31c252a55c
6 changed files with 64 additions and 4 deletions
25
test/proper-names-no-code.md
Normal file
25
test/proper-names-no-code.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# markdownlint test file
|
||||
|
||||
Markdownlint is a tool {MD044}
|
||||
|
||||
JavaScript is a language
|
||||
|
||||
JavaScript is not Java
|
||||
|
||||
Nor is it Javascript. {MD044}
|
||||
|
||||
Code in `javascript`
|
||||
|
||||
Execute `via the node.js engine`
|
||||
|
||||
javascript is code
|
||||
node.js is runtime
|
||||
|
||||
```js
|
||||
javascript is code
|
||||
node.js is runtime
|
||||
```
|
||||
|
||||
A short paragraph
|
||||
about node.js and {MD044}
|
||||
javascript. {MD044}
|
||||
Loading…
Add table
Add a link
Reference in a new issue