Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Oct 7, 2023
1 parent e6dfaab commit 79f5b61
Show file tree
Hide file tree
Showing 5 changed files with 1,622 additions and 1,398 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# unreleased

_Breaking Changes_

- Drop support for ES5 browsers
- Drop support for Node < 18

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ markdownitLinkAttributes.defaultRender = function (
idx,
options,
env,
self
self,
) {
return self.renderToken(tokens, idx, options);
};
Expand Down
Loading

0 comments on commit 79f5b61

Please sign in to comment.