Open Firehed opened 8 years ago
Right, I'm guessing that this class only rewrites classic links and not reference-style links. I'm guessing #134 (i.e. replace Parsedown with CommonMark) would help since we could get rid of the regex and directly edit the AST that was generated from the markdown source. But for that we need to have a CommonMark extension for Markdown Extra, because currently that's a feature offered by Couscous.
On the "CommonkMark" topic I've opened #156.
Using a reference-style link fails to automatically convert a markdown file url to its html counterpart, which is inconsistent with the documentation indicating that links should work between pages.
That is to say:
renders
instead of
In practice it's not really a huge issue, but it's not quite what you would expect to happen.