darioteixeira / lambdoc

Lambdoc is a library providing support for semantically complex documents in Ocsigen web applications
GNU General Public License v2.0
17 stars 1 forks source link

assertion failure when parsing markdown references #11

Closed edwintorok closed 9 years ago

edwintorok commented 9 years ago

Small testcase:

$ cat >x.md <<EOF
Testing links [A] and [B].

[A]: <http://a.example.com>
[B]: <http://b.example.com>
EOF
$ lambcmd.native -f markdown -i x.md -o x.html
Fatal error: exception Assert_failure("lib/lambdoc_read_markdown_impl/mapper.ml", 97, 12)

I'm using lambdoc.1.0-beta2 and omd.1.0.1.

Drup commented 9 years ago

See #13.

edwintorok commented 9 years ago

Indeed, this works on master now.