diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-11 20:52:31 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-11 20:52:31 -0800 |
commit | 8e859af5e1a0d2c4029830afc65085a9e86cb24f (patch) | |
tree | 0831b925231332484f22e742459528ecfd8c73b9 | |
parent | 32e92dee9363d9ef7674ae11234cecfd3ae560f9 (diff) |
Small tweak in README.
-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 |