[hljs] Añade soporte a HighlightJS en PageTop

This commit is contained in:
Manuel Cillero 2024-12-22 18:09:01 +01:00
parent 6701fb3e90
commit 7530cc69c2
210 changed files with 5277 additions and 2 deletions

12
Cargo.lock generated
View file

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "actix-codec"
@ -2392,6 +2392,16 @@ dependencies = [
"static-files",
]
[[package]]
name = "pagetop-hljs"
version = "0.0.14"
dependencies = [
"pagetop",
"pagetop-build",
"serde",
"static-files",
]
[[package]]
name = "pagetop-macros"
version = "0.0.15"