Browse Source

Included fix from sibling fork

1affa872af
tags/v0.10
Frans Bouma 10 years ago
parent
commit
64a0f517bd
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/MarkdownDeep/LinkDefinition.cs

+ 0
- 3
src/MarkdownDeep/LinkDefinition.cs View File

@@ -221,9 +221,6 @@ namespace MarkdownDeep

// Unescape it
r.url = Utils.UnescapeString(url.Trim(), ExtraMode);

// Skip whitespace
p.SkipWhitespace();
}
else
{


Loading…
Cancel
Save