Author: qleah
Description:
Text appearing before, or single apostrophes followed by text and appearing
after double-bracket links are not included in the rendered anchor. That is:
[[abc]]de becomes <u>abcde</u>
'[[abc]]' => '<u>abc</u>'
abc[[de]] => abc<u>de</u> rather than <u>abcde</u>
[[abc]]'s => <u>abc</u>'s rather than <u>abc's</u>
Version: unspecified
Severity: enhancement