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