definition.yml 410 B

123456789101112131415161718
  1. key: markdownSupsub
  2. title: Subscript/Superscript
  3. description: Parse subscript and superscript tags
  4. author: requarks.io
  5. icon: mdi-format-superscript
  6. enabledDefault: true
  7. dependsOn: markdownCore
  8. props:
  9. subEnabled:
  10. type: Boolean
  11. title: Subscript
  12. hint: Enable subscript tags
  13. default: true
  14. supEnabled:
  15. type: Boolean
  16. title: Superscript
  17. hint: Enable superscript tags
  18. default: true