0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 20:33:51 +00:00

Disable default def behavior.

This commit is contained in:
Trevor Buckner
2024-02-13 09:35:55 -05:00
parent 3bda834ad3
commit e85a62a05c

View File

@@ -83,6 +83,11 @@ renderer.link = function (href, title, text) {
return out;
};
// Disable default reflink behavior, as it steps on our variables extension
tokenizer.def = function () {
return undefined;
};
const mustacheSpans = {
name : 'mustacheSpans',
level : 'inline', // Is this a block-level or inline-level tokenizer?