Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@colinodell colinodell released this 17 Mar 03:08
· 17 commits to master since this release

This release brings the email and URL autolink processors into alignment with the official Github Flavored Markdown (GFM) spec.

Added

  • Added full support for Github Flavored Markdown (GFM) autolinking
  • Added some optimizations

Changed

  • Made ftp a default protocol
  • Revised the email regex to match the GFM spec

Fixed

  • Fixed bug where links at the start or end of lines failed to be parsed