0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 00:52:48 +00:00

Revert "WIP"

This reverts commit 67a4391dcb.
This commit is contained in:
David Bolack
2024-01-18 09:51:17 -06:00
parent 0c6c9fce4d
commit 0c010a0a87

View File

@@ -234,15 +234,6 @@ const superSubScripts = {
}
};
const underline = {
name : 'underline',
level : 'inline',
start(src) { return src.match(/\w_[^_]_/m)?.index;},
tokenizer(src, tokens) {
const uRegex = /^_(?!\s)(?=([^_]*[^\s]))\1\^/m;
}
}
const definitionLists = {
name : 'definitionLists',
level : 'block',