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.

18 lines
408 B

  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: Supercript
  17. hint: Enable supercript tags
  18. default: true