Skip to content

Replace angle quote entities in backticks #26649

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

Merged
merged 2 commits into from
Apr 29, 2025

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Apr 28, 2025

Summary

Replaces `&lt;tag&gt;` with `<tag>`.

Test results and supporting details

These aren't necessary.

Here's how I verified the build output is the same:

git checkout main
npm run build
cp -r build build-main

git checkout replace-html-entities-in-backticks
git merge main
npm run build

npx prettier --ignore-path /dev/null -w build/data.json build-main/data.json
diff build-main/data.json build/data.json

Result:

<   "__meta": { "timestamp": "2025-04-29T14:53:56.452Z", "version": "6.0.9" },
---
>   "__meta": { "timestamp": "2025-04-29T14:54:05.893Z", "version": "6.0.9" },

Related issues

@github-actions github-actions bot added data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP data:webext Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML data:svg Compat data for SVG features. https://developer.mozilla.org/docs/Web/SVG size:l [PR only] 101-1000 LoC changed labels Apr 28, 2025
Copy link
Contributor

github-actions bot commented Apr 28, 2025

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

@caugner caugner requested a review from queengooborg April 28, 2025 12:41
@caugner caugner marked this pull request as draft April 28, 2025 12:47
@caugner caugner force-pushed the replace-html-entities-in-backticks branch from 8cff94e to d3d9b43 Compare April 28, 2025 13:19
@caugner caugner marked this pull request as ready for review April 28, 2025 13:19
@queengooborg queengooborg merged commit a901553 into main Apr 29, 2025
11 checks passed
@queengooborg queengooborg deleted the replace-html-entities-in-backticks branch April 29, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript data:svg Compat data for SVG features. https://developer.mozilla.org/docs/Web/SVG data:webext Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions size:l [PR only] 101-1000 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants