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.
19 lines
397 B
19 lines
397 B
6 years ago
|
key: markdownSupsub
|
||
|
title: Subscript/Superscript
|
||
|
description: Parse subscript and superscript tags
|
||
|
author: requarks.io
|
||
|
icon: format_size
|
||
|
enabledDefault: true
|
||
|
dependsOn: markdownCore
|
||
|
props:
|
||
|
subEnabled:
|
||
|
type: Boolean
|
||
|
title: Subscript
|
||
|
hint: Enable subscript tags
|
||
|
default: true
|
||
|
supEnabled:
|
||
|
type: Boolean
|
||
|
title: Supercript
|
||
|
hint: Enable supercript tags
|
||
|
default: true
|