diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-11 20:53:33 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-11 20:53:33 -0800 |
commit | 40a47312895bcc00175d4204fd3ec522199a0a84 (patch) | |
tree | 2f25765c1b08e534a2e3e3d79fa94cc5edd5232c | |
parent | 8e859af5e1a0d2c4029830afc65085a9e86cb24f (diff) |
Moved "try it now" link to top.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,6 +5,8 @@ CommonMark is a rationalized version of Markdown syntax, with a [spec][the spec] and BSD3-licensed reference implementations in C and JavaScript. +[Try it now!](http://spec.commonmark.org/dingus.html) + The implementations ------------------- @@ -40,8 +42,6 @@ var parsed = reader.parse("Hello *world*"); var result = writer.render(parsed); ``` -[Try it now!](http://spec.commonmark.org/dingus.html) - A node package is also available; it includes a command-line tool called `commonmark`. |