Browse Source
This, for example: [Looking at a*](#something) is *good* Must not produce this broken output: <a href="#something">Looking at a<em></a> is *good</em> But instead this: <a href="#something">Looking at a*</a> is <em>good</em> Achieve this by making a special pass to handle bold, italic and strikethrough on the anchor text and then "hiding" any remaining markup characters that might be confusingly matched up with characters outside the anchor text. Signed-off-by: Kyle J. McKay <mackyle@gmail.com>master
Kyle J. McKay
5 years ago
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue