neurobin / mdx_wikilink_plus

A wikilink extension for Python Markdown
Other
16 stars 4 forks source link

Wikilinks: link-transform #1

Closed klml closed 4 years ago

klml commented 4 years ago

I would like to have an option to change the link-transform.

Currently the link is created according to the text notation: [[Wiki Link]] produces href="/Wiki_Link/"

I would like to have the possibility to lowercase the link: [[Wiki Link]] should produce href="/wiki_link/" (and for the sake of completeness: uppercase;)

Is this in the scope of wikilink_plus? So I would create an PR.

I proposed this already on Python-Markdown, but it was out of scope.

neurobin commented 4 years ago

sure, you can make the PR.

neurobin commented 4 years ago

PR has been merged. Thanks.