Skip to content

Markdown list syntax now autocompleted

When you’re writing an issue, pull request, or discussion comment the list syntax for bullets, numbers, and tasks will now be autocompleted after you press return or enter.

User types a bullet, number, and task list faster now that the syntax autocompletes

If you’re at the end of your list, use shift + enter to skip the autocomplete and continue writing on the next line.

Learn more about writing Markdown on GitHub

When new containers are pushed to ghcr.io a command line client (like the docker CLI) often displays the container name after a successful push like this ghcr.io/github/super-linter:latest. Because these name look so much like URLs we've now added support for you to click directly on those names ghcr.io/github/super-linter:latest in your terminal and be taken to the container page https://github.com/orgs/github/packages/container/package/super-linter automatically.

See more

As more and more versions of containers are published it can become harder to find the tagged images in between a long list of untagged images which create a lot of noise. Now when you visit the version list page of a container, like the super-linter versions, you'll see options for listing tagged, untagged, and all images. We default to showing only the tagged images on the version list page to keep the list limited to the most important images.

This filtering is only available for GitHub Packages containers (beta).

See more