all repos — grayfriday @ ef9974b1b754f4df5f3d124cb09c22ec99ef8b6e

blackfriday fork with a few changes

README: rename libupskirt to Sundown.

The original upskirt library by Natacha Porté has been renamed to
libsoldout, while the fork of it that was located at tanoku/upskirt has
been renamed to Sundown and moved to vmg/sundown. Since Blackfriday has
been started as a translation of tanoku/upskirt, rename its mention in
README to Sundown.
Dmitry Chestnykh dmitry@codingrobots.com
Tue, 24 Mar 2015 06:32:12 +0100
commit

ef9974b1b754f4df5f3d124cb09c22ec99ef8b6e

parent

29c5b49e95a947f98b61718061ed9e8cee9714c1

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M README.mdREADME.md

@@ -10,7 +10,7 @@

HTML output is currently supported, along with Smartypants extensions. An experimental LaTeX output engine is also included. -It started as a translation from C of [upskirt][3]. +It started as a translation from C of [Sundown][3]. Installation

@@ -97,7 +97,7 @@

Features -------- -All features of upskirt are supported, including: +All features of Sundown are supported, including: * **Compatibility**. The Markdown v1.0.3 test suite passes with the `--tidy` option. Without `--tidy`, the differences are

@@ -243,4 +243,4 @@

[1]: http://daringfireball.net/projects/markdown/ "Markdown" [2]: http://golang.org/ "Go Language" - [3]: http://github.com/tanoku/upskirt "Upskirt" + [3]: https://github.com/vmg/sundown "Sundown"