Skip to content

Commit

Permalink
Editorial: Replace all <a>foo</a> with [=foo=] (#428)
Browse files Browse the repository at this point in the history
Regex (VSCode):
- from: `<a>(.*?[\s\S\r]*?)</a>`
- to: `[=$1=]`
  • Loading branch information
thiagowfx authored Nov 22, 2023
1 parent afe4797 commit 7a1a9f1
Showing 1 changed file with 72 additions and 72 deletions.
Loading

0 comments on commit 7a1a9f1

Please sign in to comment.