mkdocs-ezlinks-plugin
mkdocs-ezlinks-plugin copied to clipboard
Option to reverse alias syntax for Wikilinks
Some wiki software (namely Gollum) uses a wikilink syntax that is "backwards" from the standard way wikilinks work.
Where normal wikilinks are of the format [[Page Name|Link Text]]
, Gollum link tags are of the format [[Link Text|Page Name]]
.
Since ezlinks aims for broad compatibility with many different types of link formats, would it be acceptable to add a configuration option to support this "reverse" version of wikilinks?