primer-spec
primer-spec copied to clipboard
A Jekyll theme for sites with content-heavy pages
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
**Is your feature request related to a problem? Please describe.** Explaining a larger code block is tricky. While highlighting is very helpful when there's one key point, it falls short...
Context: Primer Spec is pinned to version 9, see #254. Upgrading will involve changing how we conditionally load the JS module.
This issue *only* affects this Primer Spec repo, it will not affect other users of Primer Spec. Also, the PDFs are fixed when the PR Preview job is re-run. (See...
## Context I just learned that GitHub is making it easier to [deploy to GitHub Pages via GitHub Actions](https://github.com/actions/deploy-pages), to the point where [they're making it the default behavior for...
**Is your feature request related to a problem? Please describe.** Often times one only wants to display several lines of code. Displaying these lines without context could confuse the reader....
When I try to print a Primer Spec page in Firefox v99.0.1 on MacOS: - The main content margin isn't reset. - Mermaid diagrams still appear in dark colors (if...
## Context In https://github.com/eecs485staff/primer-spec/issues/169#issuecomment-1100118222, @eecs441staff suggested skipping prompts and output when using click+drag while selecting multiple lines in a console prompt. At the time, I thought it would not be...