a6bf2412d7
Fix spelling of "superscript" ***NO_CI***
19 lines
410 B
YAML
19 lines
410 B
YAML
key: markdownSupsub
|
|
title: Subscript/Superscript
|
|
description: Parse subscript and superscript tags
|
|
author: requarks.io
|
|
icon: mdi-format-superscript
|
|
enabledDefault: true
|
|
dependsOn: markdownCore
|
|
props:
|
|
subEnabled:
|
|
type: Boolean
|
|
title: Subscript
|
|
hint: Enable subscript tags
|
|
default: true
|
|
supEnabled:
|
|
type: Boolean
|
|
title: Superscript
|
|
hint: Enable superscript tags
|
|
default: true
|