Remove debug modifications
This commit is contained in:
parent
7b623cc77f
commit
10a2d57f75
@ -1,7 +1,7 @@
|
|||||||
const zero = {
|
const zero = {
|
||||||
// Markdown extensions
|
// Markdown extensions
|
||||||
markdown: {
|
markdown: {
|
||||||
abbr: true,
|
abbr: false,
|
||||||
breaks: false,
|
breaks: false,
|
||||||
deflist: false,
|
deflist: false,
|
||||||
del: false,
|
del: false,
|
||||||
|
@ -6,7 +6,7 @@ extensionSvc.onGetOptions((options, properties) => {
|
|||||||
options.math = properties.extensions.katex.enabled;
|
options.math = properties.extensions.katex.enabled;
|
||||||
});
|
});
|
||||||
|
|
||||||
extensionSvc.onInitConverter(3, (markdown, options) => {
|
extensionSvc.onInitConverter(2, (markdown, options) => {
|
||||||
if (options.math) {
|
if (options.math) {
|
||||||
markdown.use(markdownItMath);
|
markdown.use(markdownItMath);
|
||||||
markdown.renderer.rules.inline_math = (tokens, idx) =>
|
markdown.renderer.rules.inline_math = (tokens, idx) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user