mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
a937500ae4
This allows someone reading the changelog to search for information about breaking changes or implementation of new functionality. - refactored the commit template part to a macro instead of repeating it - added a link to the commit and to the release - updated the current changelog for the alpha and unreleased changes - Automatically changed the existing * lists to - lists
12 lines
246 B
YAML
12 lines
246 B
YAML
# configuration for https://github.com/DavidAnson/markdownlint
|
|
|
|
no-inline-html:
|
|
allowed_elements:
|
|
- img
|
|
- details
|
|
- summary
|
|
line-length:
|
|
line_length: 100
|
|
|
|
# to support repeated headers in the changelog
|
|
no-duplicate-heading: false
|