sirthias / pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
1.29k stars 218 forks source link

Autolinks with AUTOLINKS option include trailing EMPHASIS and STRIKETHROUGH characters in the link #212

Open vsch opened 8 years ago

vsch commented 8 years ago

autolinks includ trailing emphasis characters so **name@email.com** would parse as \ name@email.com** instead of * name@emal.com * bold email, same for links.

Emphasis (and strikethrough if selected in options) characters should excluded from the trailing autolink text.

Fixed but will take time to make a PR, see #211 if you need the fix before.