ratatui 0.25.0

A library that's all about cooking up terminal user interfaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# configuration for https://github.com/DavidAnson/markdownlint

first-line-heading: false
no-inline-html:
  allowed_elements:
    - img
    - details
    - summary
    - div
    - br
line-length:
  line_length: 100

# to support repeated headers in the changelog
no-duplicate-heading: false