The test case is:
[ref]
[ref]: http://ocaml.org
With omd:
$ printf "[ref]\n\n[ref]: http://ocaml.org\n" | omd
<p><a href='' title='Broken URL'>ref</a>: http://ocaml.org</p>
With pandoc:
$ printf "[ref]\n\n[ref]: http://ocaml.org\n" | pandoc -r markdown_strict
<p><a href="http://ocaml.org">ref</a></p>
and with github:
ref
My omd is the one in Opam:
$ omd -version
This is version 0.5.5 of Wed Sep 18 14:06:20 UTC 2013.
The test case is:
With omd:
With pandoc:
and with github:
ref
My
omdis the one in Opam: