diff options
-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`. |