inline code syntax highlighting: marpit custom engine + css
This commit is contained in:
11
package.json
11
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user