markdownlint/test/code_block_dollar_fence.md
Milos Levacic 45424cf459 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-04-18 22:27:48 -07: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}