From d612fe464bfc7f298a790d2e2f4101f23244042d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 13 Aug 2014 22:41:26 -0700 Subject: README changes presupposing gh-pages site. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f5099e4..16ba35c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Standard markdown ================= -Standard markdown is a specification of markdown syntax, together with -implementations (`stmd`) in C and javascript. +Standard markdown is a [specification of markdown syntax][the spec], +together with implementations (`stmd`) in C and javascript. The implementations ------------------- @@ -25,15 +25,19 @@ version (using `node.js`) is also provided (`js/markdown`), and there is a "dingus" for playing with it interactively. (`make dingus` will start this.) -The spec contains over 400 embedded examples which serve as conformance +[Try it now!](http://jgm.github.io/stmd/js/) + +[The spec] contains over 400 embedded examples which serve as conformance tests. To run the tests for `stmd`, do `make test`. To run them for another markdown program, say `myprog`, do `make test PROG=myprog`. To run the tests for `stmd.js`, do `make testjs`. +[The spec]: http://jgm.github.io/stmd/spec.html + The spec -------- -The source of the spec is `spec.txt`. This is basically a markdown +The source of [the spec] is `spec.txt`. This is basically a markdown file, with code examples written in a shorthand form: . -- cgit v1.2.3