mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
38 lines
402 B
Markdown
38 lines
402 B
Markdown
# Code Blocks and Spans {MD044}
|
|
|
|
Text CODE text {MD044}
|
|
|
|
Text `CODE` text
|
|
|
|
```lang
|
|
CODE
|
|
|
|
CODE
|
|
```
|
|
|
|
`CODE` text `CODE`
|
|
|
|
CODE
|
|
|
|
CODE
|
|
|
|
Text `CODE
|
|
CODE` text
|
|
text text
|
|
text `CODE
|
|
CODE CODE
|
|
CODE` text
|
|
|
|
Text `CODE {MD044}
|
|
|
|
Text `CODE {MD044}
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"proper-names": {
|
|
"names": [
|
|
"code"
|
|
],
|
|
"code_blocks": false
|
|
},
|
|
"code-block-style": false
|
|
} -->
|