mkdlint 0.11.9

A style checker and lint tool for Markdown/CommonMark files, written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Code Block Rules

```
code without language
```

Text before fence
```python
code with language
```

~~~
tilde fence
~~~

```
backtick fence
```