mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-04 12:00:02 +00:00
Add support for plantUML
This commit is contained in:
parent
a12c3b3e0a
commit
3836163a2c
@ -28,6 +28,10 @@ module.exports = function(eleventyConfig) {
|
||||
ulClass: 'task-list',
|
||||
liClass: 'task-list-item'
|
||||
})
|
||||
.use(require('markdown-it-plantuml'), {
|
||||
openMarker: '```plantuml',
|
||||
closeMarker: '```'
|
||||
})
|
||||
.use(namedHeadingsFilter)
|
||||
.use(function(md) {
|
||||
//https://github.com/DCsunset/markdown-it-mermaid-plugin
|
||||
|
11
package-lock.json
generated
11
package-lock.json
generated
@ -19,6 +19,7 @@
|
||||
"markdown-it": "^12.3.2",
|
||||
"markdown-it-footnote": "^3.0.3",
|
||||
"markdown-it-mathjax3": "^4.3.1",
|
||||
"markdown-it-plantuml": "^1.4.1",
|
||||
"markdown-it-task-checkbox": "^1.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -3511,6 +3512,11 @@
|
||||
"mathjax-full": "^3.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/markdown-it-plantuml": {
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/markdown-it-plantuml/-/markdown-it-plantuml-1.4.1.tgz",
|
||||
"integrity": "sha512-13KgnZaGYTHBp4iUmGofzZSBz+Zj6cyqfR0SXUIc9wgWTto5Xhn7NjaXYxY0z7uBeTUMlc9LMQq5uP4OM5xCHg=="
|
||||
},
|
||||
"node_modules/markdown-it-task-checkbox": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/markdown-it-task-checkbox/-/markdown-it-task-checkbox-1.0.6.tgz",
|
||||
@ -9259,6 +9265,11 @@
|
||||
"mathjax-full": "^3.2.0"
|
||||
}
|
||||
},
|
||||
"markdown-it-plantuml": {
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/markdown-it-plantuml/-/markdown-it-plantuml-1.4.1.tgz",
|
||||
"integrity": "sha512-13KgnZaGYTHBp4iUmGofzZSBz+Zj6cyqfR0SXUIc9wgWTto5Xhn7NjaXYxY0z7uBeTUMlc9LMQq5uP4OM5xCHg=="
|
||||
},
|
||||
"markdown-it-task-checkbox": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/markdown-it-task-checkbox/-/markdown-it-task-checkbox-1.0.6.tgz",
|
||||
|
@ -31,6 +31,7 @@
|
||||
"markdown-it": "^12.3.2",
|
||||
"markdown-it-footnote": "^3.0.3",
|
||||
"markdown-it-mathjax3": "^4.3.1",
|
||||
"markdown-it-plantuml": "^1.4.1",
|
||||
"markdown-it-task-checkbox": "^1.0.6"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user