Skip to content

Commit

Permalink
fix scripts/linkify-changelog to not blast fenced code blocks
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Oct 16, 2020
1 parent 3b333ec commit 932c09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linkify-changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ writeFileSync(
.data('settings', {
listItemIndent: '1',
incrementListMarker: false,
gfm: false,
gfm: true,
entities: false
})
.use([require('remark-inline-links'), require('remark-github')])
Expand Down

0 comments on commit 932c09a

Please sign in to comment.