This repository has been archived by the owner on Aug 6, 2020. It is now read-only.
Releases: hey-red/Markdown
Releases · hey-red/Markdown
v2.2.0
v2.1.0: Added option to autolink emails without angle brackets
- AllowEmptyLinkText option true by default 61e1fa6
- Emails auto-linked only with angle brackets(
<[email protected]>
) 4dc3ede - Added option to autolink emails without angle brackets(
[email protected]
) - Added target="_blank" support cce0cc8
Usage:
set AllowTargetBlank to true then
[example](http://www.example.com)+
transforms to:
<a href="http://www.example.com" target="_blank">example</a>