From c74f15daae5d979f3fa90e840aeaf75d9b52e33f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 7 Oct 2014 23:07:28 -0700 Subject: Added link to commonmark.org on web page. Closes #23. --- narrative.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'narrative.md') diff --git a/narrative.md b/narrative.md index 2448ad8..11b41b8 100644 --- a/narrative.md +++ b/narrative.md @@ -129,3 +129,12 @@ working out the spec, I benefited greatly from collaboration with David Greenspan, and from extensive discussions with a group of industrial users of Markdown, including Jeff Atwood, Vincent Marti, and Neil Williams. + +### Contributing + +There is a [forum for discussing +CommonMark](http://talk.commonmark.org); you should use it instead of +github issues for questions and possibly open-ended discussions. +Use the [github issue tracker](http://github.com/jgm/stmd/issues) +only for simple, clear, actionable issues. + -- cgit v1.2.3 From daeb55edc7636deebc2a79621ea06c3548d67827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Mon, 8 Sep 2014 16:16:36 +0200 Subject: Correct capitalization of JavaScript --- narrative.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'narrative.md') diff --git a/narrative.md b/narrative.md index 11b41b8..0a86a88 100644 --- a/narrative.md +++ b/narrative.md @@ -4,7 +4,7 @@ title: CommonMark CommonMark is a [specification of Markdown syntax](http://jgm.github.io/stmd/spec.html), together with -BSD3-licensed implementations (`stmd`) in C and javascript. The source +BSD3-licensed implementations (`stmd`) in C and JavaScript. The source for the spec and the two implementations can be found in [this repository](http://github.com/jgm/stmd). @@ -12,7 +12,7 @@ The C implementation provides both a library and a standalone program `stmd` that converts Markdown to HTML. It is written in standard C99 and has no library dependencies. -The javascript implementation is a single javascript file, with no +The JavaScript implementation is a single JavaScript file, with no dependencies. [Try it now!](http://jgm.github.io/stmd/js/) [The spec](http://jgm.github.io/stmd/spec.html) contains over 400 -- cgit v1.2.3