markdownlint-rs 0.3.21

A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files
Documentation
# Setext Heading One

## Setext Heading Two

Paragraph with *italic* and **bold** emphasis.

```python
def hello():
    print("world")
```

- Asterisk item

<!---->

- Plus item

<!---->

- Dash item

---

---

---