diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-09-06 18:57:30 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-09-06 18:57:30 -0700 |
commit | 3f58ea88000e800e21dd4f2aab6ca116e12956d6 (patch) | |
tree | 82a35530bc8d1a5611cc620afde9666139d503f2 /narrative.md | |
parent | d095c3dce74bc558c2fb580a0fda511ba42bac42 (diff) | |
parent | 777b453920ea812ac1b6cd953cc0fc5691e1326a (diff) |
Merge pull request #86 from ousia/master
replace Standard Markdown with CommonMark
Diffstat (limited to 'narrative.md')
-rw-r--r-- | narrative.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/narrative.md b/narrative.md index 12bf780..315c47b 100644 --- a/narrative.md +++ b/narrative.md @@ -1,8 +1,8 @@ --- -title: Standard markdown +title: CommonMark ... -Standard markdown is a [specification of markdown +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 for the spec and the two implementations can be found in [this |