module documentation

WikiLinks Extension for Python-Markdown ====================================== Converts [[WikiLinks]] to relative links. See <https://Python-Markdown.github.io/extensions/wikilinks> for documentation. Original code Copyright [Waylan Limberg](http://achinghead.com/). All changes Copyright The Python Markdown Project License: [BSD](https://opensource.org/licenses/bsd-license.php)

Class WikiLinkExtension Undocumented
Class WikiLinksInlineProcessor No class docstring; 0/1 instance variable, 1/3 method documented
Function build_url Build a url from the label, a base, and an end.
Function makeExtension Undocumented
def build_url(label, base, end): (source)

Build a url from the label, a base, and an end.

def makeExtension(**kwargs): (source)

Undocumented