inline code syntax highlighting: marpit custom engine + css

This commit is contained in:
2026-04-22 13:15:19 +02:00
parent 79aaa14c29
commit 2680a745cf
5 changed files with 1966 additions and 7 deletions

View File

@@ -13,11 +13,18 @@
"deploy": "make deploy",
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": ["marp", "slides", "hdm", "lectures"],
"keywords": [
"marp",
"slides",
"hdm",
"lectures"
],
"author": "Michael Czechowski <mail@librete.ch>",
"license": "CC-BY-SA-4.0",
"type": "commonjs",
"devDependencies": {
"@marp-team/marp-cli": "^4.2.3"
"@marp-team/marp-cli": "^4.2.3",
"@marp-team/marp-core": "^4.3.0",
"highlight.js": "^11.11.1"
}
}