Skip to content

Commit

Permalink
Fix markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Nov 23, 2024
1 parent 3734f66 commit 0a4a845
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ private MutableComponent parse(int end, int depth) throws CommandSyntaxException
hrefEnd = end;
}
linkHref = reader.getString().substring(reader.getCursor(), hrefEnd).trim();
reader.setCursor(hrefEnd);
reader.expect(')');
} else {
linkHref = linkComponent.getString();
Expand Down

0 comments on commit 0a4a845

Please sign in to comment.