mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-06-22 07:08:40 +00:00
fix work on first load for images inside other nodes
This commit is contained in:
@@ -204,7 +204,6 @@ export function tokenizeCustomMarkdown(text) {
|
||||
let match;
|
||||
|
||||
while ((match = injectionRegex.exec(lineText)) !== null) {
|
||||
console.log(match.indices[1][0]);
|
||||
tokens.push({
|
||||
line : lineNumber,
|
||||
from : match.indices[1][0],
|
||||
|
||||
Reference in New Issue
Block a user