2018-09-10 03:19:46 +00:00
|
|
|
key: markdownSupsub
|
|
|
|
title: Subscript/Superscript
|
|
|
|
description: Parse subscript and superscript tags
|
|
|
|
author: requarks.io
|
2019-08-05 03:53:21 +00:00
|
|
|
icon: mdi-format-superscript
|
2018-09-10 03:19:46 +00:00
|
|
|
enabledDefault: true
|
|
|
|
dependsOn: markdownCore
|
|
|
|
props:
|
|
|
|
subEnabled:
|
|
|
|
type: Boolean
|
|
|
|
title: Subscript
|
|
|
|
hint: Enable subscript tags
|
|
|
|
default: true
|
|
|
|
supEnabled:
|
|
|
|
type: Boolean
|
2020-11-01 18:08:04 +00:00
|
|
|
title: Superscript
|
|
|
|
hint: Enable superscript tags
|
2018-09-10 03:19:46 +00:00
|
|
|
default: true
|