diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-10-07 23:07:28 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-10-07 23:07:28 -0700 |
commit | c74f15daae5d979f3fa90e840aeaf75d9b52e33f (patch) | |
tree | e018fc6edc533d7fe8ea1bf11d57eff983448084 | |
parent | 735f77b2a6a016abd56dfd1717de5a4b14528c36 (diff) |
Added link to commonmark.org on web page.
Closes #23.
-rw-r--r-- | narrative.md | 9 |
1 files changed, 9 insertions, 0 deletions
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. + |