markdownlint/test/code_block_dollar_fence.md
Milos Levacic d249888ed2 Change "header" to "heading" across the library
This should be backward compatible, as all "header" aliases are still
available, though documented as discouraged for future use.
2018-03-20 00:15:45 +01:00

36 lines
236 B
Markdown

# heading
```fence
$ code
```
text
```fence
$ code
```
text
```fence
$ code
$ code
```
text
```fence
$ code
$ code
```
text
```sh
$ npm install --save multimatch
```
text
{MD014:3} {MD014:9} {MD014:15} {MD014:22} {MD014:29}