0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 06:42:45 +00:00

Merge branch 'master' into GlobalReflinks

This commit is contained in:
Víctor Losada Hernández
2024-01-18 16:55:21 +01:00
committed by GitHub
16 changed files with 573 additions and 227 deletions

View File

@@ -102,7 +102,7 @@ const mustacheDivs = {
while (delim = blockRegex.exec(match[0])?.[0].trim()) {
if(!tags) {
tags = `${processStyleTags(delim.substring(2))}`;
endTags = delim.length;
endTags = delim.length + src.indexOf(delim);
}
if(delim.startsWith('{{')) {
blockCount++;