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
# Links

Reversed link: (text)[http://example.com]

Bare URL: http://example.com

Empty link: [click here]()

Link with spaces: [ link text ](http://example.com)