added copy button to code blocks and tweaked some more style

This commit is contained in:
2026-01-07 18:58:53 +01:00
parent 1c4e99b138
commit 0422c3042a
5 changed files with 109 additions and 38 deletions

View File

@@ -10,6 +10,7 @@ chrono = "0.4.42"
clap = { version = "4.5.54", features = ["derive"] }
lazy_static = "1.5.0"
pulldown-cmark = "0.13.0"
pulldown-cmark-escape = "0.11.0"
serde = { version = "1.0.228", features = ["derive"] }
syntect = "5.3.0"
tera = "1.20.1"