kamranayub / remark-typedoc-symbol-links

A Remark plugin for transforming TypeDoc symbol links into actual links to your API docs
MIT License
0 stars 1 forks source link

fix: add remark 13 support #29

Closed kamranayub closed 3 years ago

kamranayub commented 3 years ago

Closes #4 (actually)

Changes

Context

In remark<13 mdast would look like:

But in remark@13+ they fixed that so it doesn't treat Marked Links [[x]] as linkReferences, they are just included as text values in the node.

kamranayub commented 3 years ago

:tada: This PR is included in version 1.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: