forfuturellc / mmtc-ke

Mobile Money Transaction Cost in Kenya
https://mmtc.forfuture.tech
MIT License
4 stars 2 forks source link

URL auto-linking in Markdown-based pages #11

Closed GochoMugo closed 8 years ago

GochoMugo commented 8 years ago

The pages, built from their corresponding markdown raw files, do not support URL auto-linking (like on Github).

For example, http://mmtc.forfuture.co.ke in the Markdown file should be converted to <a href="http://mmtc.forfuture.co.ke">http://mmtc.forfuture.co.ke</a> (or similar) in the HTML output.

GochoMugo commented 8 years ago

There's an option for this feature:

We can set it in the constructor i.e. var converter = new showdown.Converter({optionKey: 'value'});

Other useful options:

GochoMugo commented 8 years ago

Added in v0.3.0