remove block anchor edit

This commit is contained in:
Dax Raad
2025-09-11 12:53:10 -04:00
parent b236ca9047
commit 4ccf683527

View File

@@ -599,7 +599,7 @@ export function replace(content: string, oldString: string, newString: string, r
for (const replacer of [ for (const replacer of [
SimpleReplacer, SimpleReplacer,
LineTrimmedReplacer, LineTrimmedReplacer,
BlockAnchorReplacer, // BlockAnchorReplacer,
WhitespaceNormalizedReplacer, WhitespaceNormalizedReplacer,
IndentationFlexibleReplacer, IndentationFlexibleReplacer,
EscapeNormalizedReplacer, EscapeNormalizedReplacer,