lib/markdown: merge processor and emitter
[nit.git] / lib / markdown / test_markdown.nit
2017-10-11 Alexandre Terrasalib/markdown: merge processor and emitter
2017-09-06 Alexandre Terrasalib: migrate nitunits to annotations
2016-03-04 Jean Privatlib/markdown: allow to ignore the MDlocation on Tokens
2015-07-07 Jean PrivatMerge: nitdoc: Use wikilinks on README files
2015-06-30 Jean PrivatMerge: lib/markdown: add some tests for xml parsing...
2015-06-29 Alexandre Terrasalib/markdown: add some tests for xml parsing inside...
2015-06-24 Alexandre Terrasamarkdown: fix token location in multilines input
2015-06-10 Alexandre Terrasalib/markdown: fix multiple fence in the same comment
2015-05-26 Alexandre Terrasalib/markdown: add MDLocation tests
2015-05-26 Alexandre Terrasalib/markdown: fix tests
2014-12-16 Jean PrivatMerge: Doc down
2014-12-12 Alexandre Terrasalib/markdown: fixes useless empty init
2014-12-11 Alexandre Terrasalib/markdown: escape bad html tags
2014-11-24 Alexandre Terrasamarkdown: set extended mode as default
2014-11-20 Alexandre Terrasalib/markdown: add fence meta delcaration to ext mode.
2014-11-20 Alexandre Terrasalib/markdown: add strike markup to extended mode.
2014-11-20 Alexandre Terrasalib/markdown: introduce extended mode
2014-09-25 Alexandre Terrasalib/markdown: fix truncated lines in fence block.
2014-09-25 Alexandre Terrasalib/markdown: move line_kind to MarkdownProcessor
2014-09-23 Alexandre Terrasamarkdown: decorator generate headline ids and save...
2014-09-09 Alexandre Terrasalib: Introduce `markdown`, a Markdown parser for Nit.