feat: add markdown-it-pivot-table rendering module (#6574)
* feat: markdown-it-pivot-table * chore: upgrade dependency version * style: remove semicolon in renderer.js --------- Co-authored-by: Nicolas Giard <github@ngpixel.com>
This commit is contained in:
		| @@ -0,0 +1,8 @@ | ||||
| key: markdownPivotTable | ||||
| title: Pivot Table | ||||
| description: Add pivot table support | ||||
| author: jaeseopark | ||||
| icon: mdi-table | ||||
| enabledDefault: false | ||||
| dependsOn: markdownCore | ||||
| props: {} | ||||
| @@ -0,0 +1,7 @@ | ||||
| const pivotTable = require('markdown-it-pivot-table') | ||||
|  | ||||
| module.exports = { | ||||
|   init (md) { | ||||
|     md.use(pivotTable) | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user