From 91b6fb5b9c7740347eaa9324b64e50d9d82f9781 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 7 Mar 2015 17:38:22 -0600 Subject: [PATCH] Added README --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..7b7814a --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +.. vim: set ft=rst : + +========== +RstPreview +========== + +*RstPreview* is a simple browser-based application that renders +`reStructuredText`_ markup as HTML for quick viewing. It also supports +`Markdown`_ syntax. + +.. _reStructuredText: http://docutils.sourceforge.net/rst.html +.. _Markdown: http://daringfireball.net/projects/markdown/syntax