mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
523 B
24 lines
523 B
4 years ago
|
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
|