✨ [hljs] Añade soporte a HighlightJS en PageTop
This commit is contained in:
parent
6701fb3e90
commit
7530cc69c2
210 changed files with 5277 additions and 2 deletions
24
packages/pagetop-hljs/Cargo.toml
Normal file
24
packages/pagetop-hljs/Cargo.toml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[package]
|
||||
name = "pagetop-hljs"
|
||||
version = "0.0.14"
|
||||
edition = "2021"
|
||||
|
||||
description = """\
|
||||
Integra HighlightJS para mostrar fragmentos de código con resaltado de sintaxis con PageTop.\
|
||||
"""
|
||||
categories = ["web-programming", "gui"]
|
||||
keywords = ["pagetop", "highlight", "parse", "parsing", "component"]
|
||||
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
pagetop.workspace = true
|
||||
|
||||
serde.workspace = true
|
||||
static-files.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
pagetop-build.workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue