mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
140 lines
No EOL
1.9 KiB
Markdown
140 lines
No EOL
1.9 KiB
Markdown
## Heading 1 {MD041:1}
|
|
|
|
#### Heading 2 {MD001:3}
|
|
|
|
# Heading 3 {MD003} {MD043} #
|
|
|
|
* list {MD032}
|
|
+ list {MD004} {MD007} {MD030} {MD032}
|
|
|
|
* list
|
|
* list {MD007}
|
|
* list {MD005}
|
|
|
|
{MD009} {MD010}
|
|
|
|
(name)[link] {MD011}
|
|
|
|
|
|
{MD012:18}
|
|
|
|
long line long line long line long line long line long line long line long line long line {MD013}
|
|
|
|
$ dollar {MD014}
|
|
|
|
#Heading 4 {MD018}
|
|
|
|
# Heading 5 {MD019}
|
|
|
|
#Heading 6 {MD020} #
|
|
|
|
# Heading 7 {MD021} {MD003} #
|
|
|
|
# Heading 8
|
|
|
|
# Heading 8
|
|
|
|
{MD024:35}
|
|
Note: Can not break MD025 and MD041 in the same file
|
|
|
|
# Heading 9 {MD023} {MD026}.
|
|
|
|
> {MD027}
|
|
|
|
> {MD028:43}
|
|
|
|
1. list
|
|
3. list {MD029}
|
|
|
|
```js
|
|
```
|
|
* list {MD032} {MD046:49}
|
|
|
|
{MD031:50}
|
|
|
|
<br/> {MD033}
|
|
|
|
https://example.com/page {MD034}
|
|
|
|
---
|
|
|
|
***
|
|
|
|
{MD035:61}
|
|
|
|
_Section {MD036} Heading_
|
|
|
|
Emphasis _with _ space {MD037}
|
|
|
|
Code `with ` space {MD038}
|
|
|
|
[link with space ](link) {MD039}
|
|
|
|
```
|
|
code fence without language {MD040:73} {MD046:73}
|
|
```
|
|
|
|
~~~js
|
|
code fence with different style {MD048:77} {MD046:77}
|
|
~~~
|
|
|
|
[empty link]() {MD042}
|
|
|
|
markdownLint {MD044}
|
|
|
|
 {MD045}
|
|
## Heading 10 {MD022}
|
|
|
|
Emphasis _with_ underscore style
|
|
|
|
Emphasis *with* different style {MD049}
|
|
|
|
Strong __with__ underscore style
|
|
|
|
Strong **with** different style {MD050}
|
|
|
|
[Missing link fragment](#missing) {MD051}
|
|
|
|
[Missing link][label] {MD052}
|
|
|
|
[unused]: link-destination
|
|
{MD053:100}
|
|
|
|
[text][url] {MD054}
|
|
|
|
<!-- markdownlint-disable-next-line MD053 -->
|
|
[url]: https://example.com/page
|
|
|
|
| table | header |
|
|
|--------|--------|
|
|
{MD055} | cell |
|
|
|
|
| table | header |
|
|
|---------|--------|
|
|
| {MD056} |
|
|
|
|
Text
|
|
| table {MD058} |
|
|
|-------|
|
|
| cell {MD058} |
|
|
> Blockquote
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"required-headings": {
|
|
"headings": [
|
|
"## Heading 1 {MD041:1}",
|
|
"#### Heading 2 {MD001:3}",
|
|
"# Broken"
|
|
]
|
|
},
|
|
"proper-names": {
|
|
"names": [
|
|
"markdownlint"
|
|
]
|
|
},
|
|
"link-image-style": {
|
|
"full": false
|
|
}
|
|
} -->
|
|
|
|
EOF {MD047} |