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

This has *asterisk* and _underscore_ emphasis.

This has **strong asterisk** and __strong underscore__.

Spaces inside emphasis: * text * and _ text _.

Spaces inside code: ` code ` spans.