From: Jean Privat Date: Wed, 10 Sep 2014 00:48:45 +0000 (-0400) Subject: Merge: Markdown X-Git-Tag: v0.6.9~39 X-Git-Url: http://nitlanguage.org?hp=-c Merge: Markdown # lib: Introduce `markdown`, a Markdown parser for Nit. _Please consider only f9c54c4, since previous commit are merged from #627._ This is the first step towards a better markdown interpretation into Nit code comments. Next step will be to replace the current markdown parser used in `src/markdown`. This parser try to be a little more closer to the Markdown specification from http://daringfireball.net/projects/markdown/ than the actual parser. That said, some rules are not strictly followed as explained in the `README`. Some other rules or features are not yet fully implemented, see `TODO` and `FIXME` in code. Pull-Request: #680 Reviewed-by: Jean Privat Reviewed-by: Lucas Bajolet --- 95fb2eb7cdcd48a3a6ba30aba9bfc270546d9987