|
@@ -389,7 +389,7 @@ NonnullOwnPtr<Text::MultiNode> Text::parse_sequence(Vector<Token>::ConstIterator
|
|
|
node->children.append(parse_code(tokens));
|
|
|
break;
|
|
|
}
|
|
|
- } else if (!in_link && (*tokens == "[" || *tokens == " {
|
|
|
return node;
|