diff --git a/lib/helpers/parse_link_destination.js b/lib/helpers/parse_link_destination.js index e9d575d..a2497bd 100644 --- a/lib/helpers/parse_link_destination.js +++ b/lib/helpers/parse_link_destination.js @@ -59,7 +59,6 @@ module.exports = function parseLinkDestination(str, pos, max) { if (code === 0x28 /* ( */) { level++; - if (level > 1) { break; } } if (code === 0x29 /* ) */) {