diff options
author | Pablo RodrÃguez <ousia@users.noreply.github.com> | 2014-09-06 11:28:25 +0200 |
---|---|---|
committer | Pablo RodrÃguez <ousia@users.noreply.github.com> | 2014-09-06 11:28:25 +0200 |
commit | 777b453920ea812ac1b6cd953cc0fc5691e1326a (patch) | |
tree | 82a35530bc8d1a5611cc620afde9666139d503f2 /README.md | |
parent | d095c3dce74bc558c2fb580a0fda511ba42bac42 (diff) |
replace Standard Markdown with CommonMark
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ -Standard markdown +CommonMark ================= -Standard markdown is a [specification of markdown syntax][the spec], +CommonMark is a [specification of markdown syntax][the spec], together with BSD3-licensed implementations (`stmd`) in C and javascript. The implementations |