1
0

add initial marp implementation with sample content and build configuration

This commit is contained in:
2025-09-13 18:13:22 +02:00
parent dcacc9b409
commit e5f219507f
10319 changed files with 1402023 additions and 0 deletions

33
node_modules/markdown-it-front-matter/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "markdown-it-front-matter",
"version": "0.2.4",
"description": "Plugin to process front matter container for markdown-it markdown parser",
"repository": {
"type": "git",
"url": "git://github.com/ParkSB/markdown-it-front-matter.git"
},
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"front-matter",
"front matter",
"frontmatter",
"meta",
"meta data",
"meta-data",
"metadata"
],
"author": "ParkSB",
"license": "MIT",
"devDependencies": {
"markdown-it": "^10.0.0",
"@types/markdown-it": "^10.0.0",
"mocha": "^7.0.1"
},
"scripts": {
"test": "mocha test"
}
}