add initial marp implementation with sample content and build configuration
This commit is contained in:
33
node_modules/markdown-it-front-matter/package.json
generated
vendored
Normal file
33
node_modules/markdown-it-front-matter/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user