replace wiki markup by html - links (5/5)
Set of 5 commits replacing links formatted with wiki markup.
Commit 1-3 replace links only the URL has been provided for.
[URL] becomes <a href="URL">URL</a>
Commit 4 and 5 replace links providing text for the links.
[URL some text] becomes <a href="URL">some text</a>