feat: mathjax markdown module

This commit is contained in:
NGPixel
2020-04-29 22:30:56 -04:00
parent 662ebccd22
commit 281172a9f4
7 changed files with 248 additions and 128 deletions

View 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