Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 May 11:41
· 44 commits to master since this release
Fix file provider anchor check

This code was modeled after how GitHub is parsing the Markdown. But this
is broken in the sense that our parser may and probably don't follow
the same rules from GitHub's parser.
The change is to parse the fragment using the same library that is used
to process the markdown into HTML. With this we can hit the links
correctly.