mkdown.el --- Pretty Markdown previews based on mkdown.com

Summary:
A small library that improves the look of Markdown previews from
Emacs, using the style of [mkdown.com][].

Screenshots:

Before:

![](https://photos-6.dropbox.com/t/0/AACRSyhnUc2-ol22-MqpsgEWXc28IrTNXTHQ7cgyFfp2uQ/12/13107408/png/2048x1536/3/1400328000/0/2/Screenshot%202014-05-17%2011.37.41.png/z_J6k7cJlYY_OwJdKekPxFCKjfytPCeQapp59vsI_qw)

After:

![](https://photos-4.dropbox.com/t/0/AABxBrMin-mORIH6je3ya9eaPMPAKoZeJW9i2xhvdr3CwQ/12/13107408/png/2048x1536/3/1400328000/0/2/Screenshot%202014-05-17%2011.38.00.png/jzj4zakYECArIdjZtBlcSNfro45h9icsri51T5fP-sk)

Test Plan:
`make recipes/mkdown` passes.

Use to generate screenshots above.

Reviewers:

CC:
This commit is contained in:
Andrew Tulloch 2014-05-17 11:55:06 +01:00
parent a441085794
commit 147a1bfd47

3
recipes/mkdown Normal file
View file

@ -0,0 +1,3 @@
(mkdown :fetcher github
:repo "ajtulloch/mkdown.el"
:files ("*.el" "*.css"))