mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
29 lines
680 B
JSON
29 lines
680 B
JSON
{
|
|
"name": "@triliumnext/turndown-plugin-gfm",
|
|
"version": "1.0.61",
|
|
"description": "Turndown plugin to add GitHub Flavored Markdown extensions.",
|
|
"author": "Dom Christie",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.js",
|
|
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/laurent22/joplin-turndown-plugin-gfm.git"
|
|
},
|
|
"keywords": [
|
|
"turndown",
|
|
"turndown-plugin",
|
|
"html-to-markdown",
|
|
"html",
|
|
"markdown",
|
|
"github-flavored-markdown",
|
|
"gfm"
|
|
],
|
|
"devDependencies": {
|
|
"turndown": "7.2.1",
|
|
"turndown-attendant": "0.0.3"
|
|
}
|
|
}
|