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.

20 lines
482 B

  1. key: markdownKatex
  2. title: Katex
  3. description: LaTeX Math + Chemical Expression Typesetting Renderer
  4. author: requarks.io
  5. icon: mdi-math-integral
  6. enabledDefault: true
  7. dependsOn: markdownCore
  8. props:
  9. useInline:
  10. type: Boolean
  11. default: true
  12. title: Inline TeX
  13. hint: Process inline TeX expressions surrounded by $ symbols.
  14. order: 1
  15. useBlocks:
  16. type: Boolean
  17. default: true
  18. title: TeX Blocks
  19. hint: Process TeX blocks enclosed by $$ symbols.
  20. order: 2