# 0.7.2
update dependencies
# 0.7.1
the real deal ...
# 0.7.0
ratatui 0.30
# 0.6.3
* fix dependencies
# 0.6.2
rat-text 2.2
# 0.6.1
* sync crate versions
# 0.6.0
* upgrade rat-text to 2.0.0
# 0.5.3
* fix: code quotes
# 0.5.2
* update dependencies
# 0.5.1
* fix: dump() doesn't need mut
# 0.5.0
* break: remove formatting from the event-handler. it is better
employed by the application and not here. leave just direct editing
behaviour.
# 0.4.1
* dependencies
# 0.4.0
* feature: make more stuff pub
# 0.3.0
* fix: some panics with unknown unseen before rules.
* feature: add quoting with _, * and ~
* fix: reformat of image links.
# 0.2.0
* fix: Markdown::new() should take width directly.
# 0.1.0
* extract from rat-salsa example.