orbikm / mkdocs-ezlinks-plugin

Plugin for mkdocs which enables easier linking between pages
MIT License
34 stars 17 forks source link

Same Page WikiLink anchors not supported #3

Closed orbikm closed 3 years ago

orbikm commented 3 years ago

Expected Behavior

The link [[#Section Heading]] should convert to [Section Heading](#section-heading).

Observed Behavior

The link does not get matched by the wikilinks regex pattern. This is because it currently requires link text to exist before an anchor This should be trivially modified to accept either or.