diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |