Skip to content
Snippets Groups Projects
Commit c34c7772 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

make IPv6 links in link syntax FS#2137

parent 5d190f12
No related branches found
No related tags found
No related merge requests found
......@@ -828,7 +828,7 @@ class Doku_Parser_Mode_internallink extends Doku_Parser_Mode {
function connectTo($mode) {
// Word boundaries?
$this->Lexer->addSpecialPattern("\[\[.+?\]\]",$mode,'internallink');
$this->Lexer->addSpecialPattern("\[\[(?:(?:.*?\[.*?\])|.+?)\]\]",$mode,'internallink');
}
function getSort() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment