diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-13 23:13:33 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-13 23:13:33 -0700 |
commit | 630d363d59a1ace243fea779013fac74d170e15b (patch) | |
tree | d30cb39d0cf1584b419a0e55d82303b2ea9b99b3 | |
parent | eb14dda8e8ffc755b0837e0bc2bb9c62281287d7 (diff) |
Link for re2c in readme
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -10,9 +10,10 @@ The implementations The C implementation provides both a library and a standalone program `stmd` that converts markdown to HTML. It is written in standard C99 and has no library dependencies. (However, if you check it out from the -repository, you'll need `re2c` to generate `scanners.c` from -`scanners.re`. This is only a build dependency for developers, since -`scanners.c` can be provided in a released source tarball.) +repository, you'll need [`re2c`](http://re2c.org) to generate +`scanners.c` from `scanners.re`. This is only a build dependency for +developers, since `scanners.c` can be provided in a released source +tarball.) Usage: stmd [FILE*] Options: --help, -h Print usage information |