Modified fromhttps://github.com/mcecot/markdown-it-checkboxandhttps://github.com/revin/markdown-it-task-lists Usage Install node.js: npm install markdown-it-task-checkbox --save Use varmd=require('markdown-it')().use(require('markdown-it-task-checkbox'),{disabled:true,divWrap:false,div...
Plugin to create checkboxes formarkdown-itmarkdown parser. This plugin allows to create checkboxes for tasklists as discussedhere. Usage Install node.js, browser: npm install @gerhobbelt/markdown-it-checkbox --save Use varmd=require('@gerhobbelt/markdown-it')().use(require('@gerhobbelt/ma...
"markdown-it-task-checkbox": "^1.0.6", "mermaid": "^10.2.4", "vitepress-plugin-mermaid": "2.0.13", "vitepress-plugin-pagefind": "0.2.10", 14 changes: 14 additions & 0 deletions 14 packages/theme/src/composables/config/index.ts Original file line numberDiff line numberDiff line ch...
"markdown-checkbox.dateFormat":"YYYY-MM-DD" It makes use of the JavaScript librarymoment.jswhich means that the date format patterns can be found there. In addition the syntax around in which the date is placed can be defined via template.{date}will be replaced by the actual date value:...
Modified fromhttps://github.com/mcecot/markdown-it-checkboxandhttps://github.com/revin/markdown-it-task-lists Usage Install node.js: npm install markdown-it-task-checkbox --save Use varmd=require('markdown-it')().use(require('markdown-it-task-checkbox'),{disabled:true,divWrap:false,div...