Merge: Markdown location
authorJean Privat <jean@pryen.org>
Thu, 28 May 2015 00:18:53 +0000 (20:18 -0400)
committerJean Privat <jean@pryen.org>
Thu, 28 May 2015 00:18:53 +0000 (20:18 -0400)
commit415ed3cf9f11939dab3a54a5cbbb50879f7f1cb4
tree05d4ba25b6204172b45c97a6fddca76fd9cc3fd3
parentda7b12db879be86bda07d8cbe47b4a817fcf937c
parentdacc7bac831d295a6d30dfc8eca216372849f1a2
Merge: Markdown location

Introduce location in markdown parser so tools can easily retrieve the original position of a block or a token in the input file/string.

Commits:
* 2d139eb introduces de Location concept and update the parser
* fda150d isn't interesting since it only update signature in the test file
* dacc7ba adds some test suites for the locations

Pull-Request: #1397
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>