Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
multipliedtwice authored Aug 19, 2024
1 parent 717c33a commit 56f3ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const processText = (
// Step 1: Temporarily replace special cases
text = temporarilyReplaceSpecialCases(text, effectiveIgnorePatterns);

// Steps 2 to 5: Same as before
// Steps 2 to 5: Replace backticks
text = escapeBackticks(text);
text = replaceEmptyCodeBlocks(text);
const blockSegments = iterateMatches(blockRegex, true, text);
Expand Down

0 comments on commit 56f3ca5

Please sign in to comment.