From 40a47312895bcc00175d4204fd3ec522199a0a84 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 11 Nov 2014 20:53:33 -0800 Subject: Moved "try it now" link to top. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1d073d5..c83611e 100644 --- a/README.md +++ b/README.md @@ -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`. -- cgit v1.2.3