feat: save rendering configuration
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
key: markdownMathjax
|
||||
title: Mathjax Preprocessor
|
||||
description: Prepare TeX blocks for Mathjax
|
||||
author: requarks.io
|
||||
icon: mdi-function-variant
|
||||
enabledDefault: false
|
||||
dependsOn: markdownCore
|
||||
props: {}
|
@@ -1,11 +0,0 @@
|
||||
const mdMathjax = require('markdown-it-mathjax')()
|
||||
|
||||
// ------------------------------------
|
||||
// Markdown - Mathjax Preprocessor
|
||||
// ------------------------------------
|
||||
|
||||
module.exports = {
|
||||
init (md, conf) {
|
||||
md.use(mdMathjax)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user