Browse Source
Allow arbitrary nesting of parentheses
pull/356/head
Yuki Izumi
8 years ago
No known key found for this signature in database
GPG Key ID: 44A3D2C95E26BB14
1 changed files with
0 additions and
1 deletions
-
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 /* ) */) { |
|
|
|