Skip to content

Releases: remarkjs/remark-github

7.0.2

21 Aug 10:01
Compare
Choose a tag to compare
  • cbaa1f5 Use fs instead of require to load package.json

7.0.1

16 Jun 17:48
Compare
Choose a tag to compare

7.0.0

23 Feb 22:26
Compare
Choose a tag to compare

6.0.1

22 Aug 17:36
Compare
Choose a tag to compare

6.0.0

22 Aug 17:36
Compare
Choose a tag to compare

5.1.1

23 Jul 15:02
Compare
Choose a tag to compare
  • Fix bug where links without urls failed (c320354)
  • Refactor code style to use xo (65fcad8)

5.1.0

06 Jul 20:34
Compare
Choose a tag to compare
  • 5c50190 Add support for not using strong in mentions

5.0.0

13 Jun 13:24
Compare
Choose a tag to compare

4.0.1

07 Feb 14:19
Compare
Choose a tag to compare
  • Update for changes in remark (2210600)

4.0.0

23 Jan 21:32
Compare
Choose a tag to compare

This update adds support for transforming literal URLs and autolinks
to be transformed to references when they point to issues, pull
requests, commits, issue comments, pull request comments, or commit
comments. For example,

<https://github.com/wooorm/remark/commit/1234#commitcomment-5678>

Is transformed to:

[wooorm/remark@`1234` (comment)](wooorm/remark@1f2a#commitcomment-5678)

Images, and links with text other than their respective URL are left
untouched.