Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Replace all <a>foo</a> with [=foo=] #428

Merged
merged 1 commit into from
Nov 22, 2023
Merged

Editorial: Replace all <a>foo</a> with [=foo=] #428

merged 1 commit into from
Nov 22, 2023

Conversation

thiagowfx
Copy link
Member

@thiagowfx thiagowfx commented Nov 22, 2023

Regex (VSCode):

  • from: <a>(.*?[\s\S\r]*?)</a>
  • to: [=$1=]

As per @marcoscaceres's request on #425.
CC @miketaylr


Preview | Diff

Regex (VSCode):
- from: `<a>(.*?[\s\S\r]*?)</a>`
- to: `[=$1=]`
@miketaylr miketaylr self-requested a review November 22, 2023 15:29
Copy link
Member

@miketaylr miketaylr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm thx!

@miketaylr miketaylr merged commit 7a1a9f1 into w3c:main Nov 22, 2023
2 checks passed
github-actions bot added a commit that referenced this pull request Nov 22, 2023
SHA: 7a1a9f1
Reason: push, by miketaylr

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@thiagowfx thiagowfx deleted the thiagowfx/a branch November 24, 2023 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants