- Commit
- 40a47312895bcc00175d4204fd3ec522199a0a84
- Parent
- 8e859af5e1a0d2c4029830afc65085a9e86cb24f
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Moved "try it now" link to top.
My personal build of CMark ✏️
Moved "try it now" link to top.
1 file changed, 2 insertions, 2 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | README.md | 4 | 2 | 2 |
diff --git 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`.