mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
LibMarkdown: Allow nested links
This fixes an issue where the linked images in our README.md didn't get turned into images.
This commit is contained in:
parent
edb3e71c1b
commit
409b20e316
Notes:
sideshowbarker
2024-07-18 01:32:35 +09:00
Author: https://github.com/awesomekling
Commit: 409b20e316
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue