summaryrefslogtreecommitdiff
path: root/narrative.md
diff options
context:
space:
mode:
authorPablo Rodríguez <ousia@users.noreply.github.com>2014-09-06 11:28:25 +0200
committerPablo Rodríguez <ousia@users.noreply.github.com>2014-09-06 11:28:25 +0200
commit777b453920ea812ac1b6cd953cc0fc5691e1326a (patch)
tree82a35530bc8d1a5611cc620afde9666139d503f2 /narrative.md
parentd095c3dce74bc558c2fb580a0fda511ba42bac42 (diff)
replace Standard Markdown with CommonMark
Diffstat (limited to 'narrative.md')
-rw-r--r--narrative.md4
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