Chris Buckley
Chris Buckley
Rouge will highlight HTTP responses, but it requires a status line to work, or it treats the entire highlight as an error. If you prefix the snippet with `HTTP/1.1 200...
Similar to #79 but for PR body. For example, to link back to the post with the comment: ```yaml pullRequestBody: | Hi, Here’s a new comment made on [{options.title}]({options.redirect}). Merge...
Running a Netlify plugin using [html-validate](https://html-validate.org/) fires warnings against redirect pages.
Changes in 6ea4cfb use `RegExp#match?`, which is only available in 2.4.0.
When a page is paginated, the edit link includes the pagination part of the URL. This grabs the path from the first page of the pagination collection. I would appreciate...
If using a `.grid` inside a form, a `small` info field will not have the correct vertical spacing compared to standard input elements. This change adds `.grid` to the list,...
I considered wrapping this in an option to preserve BC, but the current output is broken when cell content contains linebreaks: ``` | A | B | | -------- |...
## Proposed change Adds the section field to the documentation for the `todoist.new_task` service. ## Type of change - [ ] Spelling, grammar or other readability improvements (`current` branch). -...
Based on advice from Lighthouse: https://developers.google.com/web/tools/lighthouse/audits/passive-event-listeners I've opted to mark all events as passive but welcome feedback on the PR.