aboutsummaryrefslogtreecommitdiffstats
path: root/markdown_extensions/wikilinks.py
Commit message (Collapse)AuthorAgeFilesLines
* [Wikilinks] Restricted regex to only match [[bracketed links]] with safe ↵Waylan Limberg2008-09-201-2/+1
| | | | chars: 'A-Za-z0-9_-' and space.
* Added 'wikilinks' (note the 's') extension to replace the 'wikilink' ↵Waylan Limberg2008-09-201-0/+139
extension. As there are some problems with 'CamelCase' links, the new extension uses '[[bracketed links]]'.