From 8e859af5e1a0d2c4029830afc65085a9e86cb24f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 11 Nov 2014 20:52:31 -0800 Subject: Small tweak in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9145afa..1d073d5 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,11 @@ 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`. -[Try it now!](http://spec.commonmark.org/dingus.html) - **A note on security:** Neither implementation attempts to sanitize link attributes or raw HTML. If you use these libraries in applications that accept -- cgit v1.2.3