Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Replace all <a>foo</a> with [=foo=]
Regex (VSCode): - from: <a>(.*?[\s\S\r]*?)</a> - to: [=$1=]
- Loading branch information