fixed line numbers without highlight

This commit is contained in:
Luke Hagar
2023-05-10 11:15:45 -05:00
committed by GitHub
parent 4a40f21ccb
commit 4a832f2842

View File

@@ -75,6 +75,7 @@
displayCode = displayCode.replace(/^/gm, () => { displayCode = displayCode.replace(/^/gm, () => {
return '<span class="line"></span>\t'; return '<span class="line"></span>\t';
}); });
formatted = true;
} }
// Reactive // Reactive