jgm / peg-markdown

An implementation of markdown in C, using a PEG grammar
Other
695 stars 140 forks source link

Autolink extension #14

Open rekado opened 11 years ago

rekado commented 11 years ago

When this extension is enabled, bare URLs (i.e. those that are not enclosed in '<>') are automatically converted to links.

The extension can be enabled by setting EXT_AUTOLINK or with the switch --autolink on the command line.

rekado commented 11 years ago

Hmm, I just realised that this causes problems with links in the format [label](URL).