feat: mathjax markdown module
This commit is contained in:
20
server/modules/rendering/markdown-mathjax/definition.yml
Normal file
20
server/modules/rendering/markdown-mathjax/definition.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
key: markdownMathjax
|
||||
title: Mathjax
|
||||
description: LaTeX Math + Chemical Expression Typesetting Renderer
|
||||
author: requarks.io
|
||||
icon: mdi-math-integral
|
||||
enabledDefault: false
|
||||
dependsOn: markdownCore
|
||||
props:
|
||||
useInline:
|
||||
type: Boolean
|
||||
default: true
|
||||
title: Inline TeX
|
||||
hint: Process inline TeX expressions surrounded by $ symbols.
|
||||
order: 1
|
||||
useBlocks:
|
||||
type: Boolean
|
||||
default: true
|
||||
title: TeX Blocks
|
||||
hint: Process TeX blocks enclosed by $$ symbols.
|
||||
order: 2
|
Reference in New Issue
Block a user