Skip to content

Commit 4a3e3f2

Browse files
committed
Removed commented-out code
1 parent 9c2c053 commit 4a3e3f2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

markdown.awk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,6 @@ function inline_html_tag(s, i, replacements, result,
343343
# Check that the "<" is not escaped with a backslash.
344344
assert(! is_escaped(s, i), "! is_escaped(s, i)")
345345

346-
# Check that we're not after a "](", because then we're inside the
347-
# destination of a link.
348-
# if (substr(s, 1, i - 1) ~ /\]\(\s*$/) return 0
349-
# assert(substr(s, 1, i - 1) !~ /\]\([^)]*$/, "substr(s, 1, i - 1) !~ /\\]\\([^)]*$/)")
350-
351346
# print "inline_html_tag(\"" s "\",...)" > "/dev/stderr"
352347

353348
# Set s to the text to parse.

0 commit comments

Comments
 (0)