remove block anchor edit

pull/2553/head
Dax Raad 2025-09-11 12:53:10 -04:00
parent b236ca9047
commit 4ccf683527
1 changed files with 1 additions and 1 deletions

View File

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