Skip to content

reference-links not handled like pandoc or github #31

@smondet

Description

@smondet

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions