Add minimal support for HTML formatting

Just bold/italic/underline for now.
This commit is contained in:
2023-11-25 21:18:24 +01:00
parent f4f134870b
commit f270ef25b4
5 changed files with 164 additions and 36 deletions

View File

@ -40,6 +40,11 @@ better-panic = "0.3.0"
color-eyre = "0.6.2"
human-panic = "1.2.0"
# Formatting
html5ever = "0.26.0"
markup5ever_rcdom = "0.2.0"
html-escape = "0.2.13"
# Internal
enum_dispatch = "0.3.12"
inventory = "0.3"