From 3a8ed5cb3730c541a695ba825975747946a02b35 Mon Sep 17 00:00:00 2001 From: Hideaki Tanabe Date: Sun, 17 Feb 2013 09:32:43 +0900 Subject: [PATCH] Add README.md --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a47542a --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# hello, This is Markdown Live Preview + +visit [markdownlivepreview.com](http://markdownlivepreview.com) + +---- +## what is Markdown? +see [Wikipedia](http://en.wikipedia.org/wiki/Markdown) + +> Markdown is a lightweight markup language, originally created by John Gruber and Aaron Swartz allowing people "to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML)". + +---- +## usage +1. Write markdown text in this textarea. +2. Click 'HTML Preview' button. + +---- +## markdown quick reference +# headers + +*emphasis* + +**strong** + +* list + +>block quote + + code (4 spaces indent) +[links](http://wikipedia.org) + +---- +## changelog +* 17-Feb-2013 re-design +* 19-May-2011 launch + +---- +## thanks +* [markdown-js](https://github.com/evilstreak/markdown-js) +