Syntax highlight is now available when creating a file from the web. Previously it was only available when editing a file that was already committed.
Highlighting is based on the new file's extension. Learn more about syntax highlighting.
March 29, 2021: We’ve updated this Changelog entry to reflect current prefix format
In two weeks, we will change the format of newly minted GitHub authentication tokens as part of ongoing improvements to make your software more secure. The following token types are affected:
For each of these token types we are making the following changes:
[a-f0-9]
to [A-Za-z0-9_]
ghp_
for Personal Access Tokensgho_
for OAuth Access tokensghu_
for GitHub App user-to-server tokensghs_
for GitHub App server-to-server tokensghr_
for GitHub App refresh tokensThe overall length of our tokens will remain the same for now. However, GitHub tokens will likely increase in length in future updates, so integrators should plan to support tokens up to 255 characters after June 1, 2021.
Syntax highlight is now available when creating a file from the web. Previously it was only available when editing a file that was already committed.
Highlighting is based on the new file's extension. Learn more about syntax highlighting.
You can now attach files, including images, to markdown files while you're editing them in the web. This works just like file attachments in issues and pull requests and supports the same file types. Just drag and drag, click and select, or paste.
Note: If you add an image to a markdown file, anyone can view the anonymized image URL without authentication, even if the markdown file is in a private repository. To keep images private, serve them from a private network or server that requires authentication. For more information on anonymized URLs see "About anonymized image URLs".