feat: support MultiMarkdown tables (#2126)
This commit is contained in:
23
server/modules/rendering/markdown-multi-table/definition.yml
Normal file
23
server/modules/rendering/markdown-multi-table/definition.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
key: markdownMultiTable
|
||||
title: MultiMarkdown Table
|
||||
description: Add MultiMarkdown table support
|
||||
author: requarks.io
|
||||
icon: mdi-table
|
||||
enabledDefault: false
|
||||
dependsOn: markdownCore
|
||||
props:
|
||||
multilineEnabled:
|
||||
type: Boolean
|
||||
title: Multiline
|
||||
hint: Enable multiple lines rows
|
||||
default: true
|
||||
headerlessEnabled:
|
||||
type: Boolean
|
||||
title: Headerless
|
||||
hint: Enable ommited table headers
|
||||
default: true
|
||||
rowspanEnabled:
|
||||
type: Boolean
|
||||
title: Rowspan
|
||||
hint: Enable table row spans
|
||||
default: true
|
Reference in New Issue
Block a user