Joshua Chen
Joshua Chen
Fix https://github.com/mdn/content/issues/25875. I recently had to implement something very similar.
Fix https://github.com/mdn/content/issues/27924
Fixes everything in Glossary, Learn, and MDN meta docs.
## PR Checklist - [x] Addresses an existing open issue: fixes #9221 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ## Overview...
### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...
- [x] I have tried restarting my IDE and the issue persists. - [x] I have updated to the latest version of the packages. - [x] I have [read the...
## PR Checklist - [x] Addresses an existing open issue: fixes #8455, fixes #9094 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken...
## PR Checklist - [x] Addresses an existing open issue: fixes #9275 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ## Overview
Fix https://github.com/mdn/content/issues/21582. The code is very outdated but I don't want to refactor it in this PR.
### Summary The output plain.html is not consistent with index.html, in particular the anchors are different. ### URL https://developer.mozilla.org/en-US/docs/Web/CSS/Value_definition_syntax#question_mark ### Reproduction steps 1. Run `yarn build files/en-us/web/css/value_definition_syntax/index.md --nohtml` 2. Check...