Evan Read

Results 4 issues of Evan Read

Now that there are M1-based runners for GitHub Actions (https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/), add `arm64` as a binary to release. Closes: - https://github.com/hadolint/hadolint/issues/842 - https://github.com/hadolint/hadolint/issues/1004 CC @lorenzo

Add support for variable last column widths in Markdown tables. Often the last column in a Markdown table is the widest, and adding new rows with long pieces of text...

At the moment, MarkdownTableFormatter formats Markdown tables so that the final or right-most column is as wide as the widest content. Having configurable options for the cells in the right-most...

Given that a list page could be related to the article pages it lists, add `list.showTaxonomies` to work exactly like `article.showTaxonomies`. You can add, for example, `tags` to the front...

enhancement