Merge: markdown: merge MDProcessor and MDEmitter
[nit.git] / lib / markdown / markdown.nit
2017-10-17 Jean PrivatMerge: markdown: merge MDProcessor and MDEmitter
2017-10-12 Alexandre Terrasalib/markdown: fix `text` for nested markdown blocks
2017-10-11 Alexandre Terrasalib/markdown: merge processor and emitter
2017-10-11 Alexandre Terrasalib/markdown: remove warnings
2017-08-29 Alexandre Terrasalib/markdown: fix crash of the parser when parsing...
2016-03-04 Jean Privatlib/markdown: allow to ignore the MDlocation on Tokens
2016-03-04 Jean Privatlib/markdown: use a break label instead of a local...
2016-03-03 Jean Privatlib/markdown: avoid useless `to_s` on Chars
2015-12-09 Jean PrivatMerge: Cleanup auto_super_init
2015-12-08 Jean Privatcode: explicitly call init in some named constructors
2015-12-04 Alexis Laferrièrelib/markdown: ignore carriage return (fix error when...
2015-11-27 Lucas Bajoletlib/markdown: Fixed spacing issue in which a `then...
2015-09-10 Jean Privatmarkdown: escape the meta information of code block...
2015-09-10 Jean Privatlib/markdown: promote `BlockFence::meta` to `BlockCode...
2015-09-10 Jean Privatlib/markdown: factorize clones `code_from_block` into...
2015-08-17 Jean Privatmarkdown: add another indirection to render a single...
2015-08-11 Lucas Bajoletlib/markdown: Fix a bug in check_link
2015-08-10 Jean PrivatMerge: Clean primitive
2015-08-10 Lucas Bajoletlib/standard/: Removed bin_and/or/xor/not from math
2015-08-07 Jean Privatlib: make some classes abstract
2015-06-24 Alexandre Terrasamarkdown: fix token location in multilines input
2015-06-18 Jean Privatlib/markdown: fix markdown used in documentation (how...
2015-06-10 Alexandre Terrasalib/markdown: fix multiple fence in the same comment
2015-05-26 Alexandre Terrasalib/markdown: introduce MDLocation
2015-05-21 Alexandre Terrasalib/markdown: force write on current_buffer
2015-05-21 Alexandre Terrasalib/markdown: use virtual type to make subclassing...
2015-05-07 Alexandre Terrasalib/markdown: fix whitespaces and indent
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-11 Alexandre Terrasalib/markdown: makes MarkdownProcessor::emitter writable
2014-12-11 Alexandre Terrasalib/markdown: remove forgotten print
2014-12-11 Alexandre Terrasalib/markdown: escape bad html tags
2014-11-28 Jean Privatall: add `nitish` tag for code-blocks skipped by nitunit
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-11-20 Alexandre Terrasalib/markdown: suppress super notation with `^`.
2014-11-19 Alexandre Terrasamarkdown: clean some warnings
2014-11-19 Alexandre Terrasamarkdown: move token detection from `Text` to `Markdown...
2014-09-25 Alexandre Terrasalib/markdown: remove some dead code
2014-09-25 Alexandre Terrasalib/markdown: fix some documentation
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: fix out of bound access on MDLine
2014-09-23 Alexandre Terrasamarkdown: decorator generate headline ids and save...
2014-09-09 Alexandre Terrasalib: Introduce `markdown`, a Markdown parser for Nit.