diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-17 17:16:45 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-17 17:16:45 -0700 |
commit | 2df37bd425be2e193cf788377b409be66e93536a (patch) | |
tree | f45a8f42d71bf84831ef965943bd62849d93ec6c | |
parent | 2eddae79ea40fc90ca9d05b23fb909eb8cc0211c (diff) |
Added link to repository, since README also visible on the gh-pages.
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Standard markdown Standard markdown is a [specification of markdown syntax][the spec], together with BSD3-licensed implementations (`stmd`) in C and javascript. +The spec and all of the code can be found in +[this repository](http://github.com/jgm/stmd). + The implementations ------------------- |