Skip to content

3.0.0

Choose a tag to compare

@wooorm wooorm released this 13 Jan 12:10
· 172 commits to main since this release

Fix output to be more similar to GitHub

  • SHA references are now wrapped in inline code:
Before: [1f2a4fb](1f2a4fb)
After: [`1f2a4fb`](1f2a4fb)

This also works for User@SHA and User/Project@SHA.

  • Mentions are now wrapped in strong emphasis:
Before: [@wooorm](https://github.com/wooorm)
After: [**@wooorm**](https://github.com/wooorm)

Note that this isn’t exactly like GitHub, as they add a custom
CSS class to remove the link-color from these mentions, which
is sanitised when trying to insert it from markdown.