Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / markdown /
2018-05-15 Alexandre Terrasalib: add some manpages generated with `nitpackage`
2018-05-15 Alexandre Terrasalib: add two examples of Makefile generated by `nitpackage`
2018-05-11 Alexandre Terrasalib/markdown: nitmd use `config` instead of `options`
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2017-11-23 Alexandre Terrasamarkdown: reset headlines collection between two processing
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: fix nitunits in README
2017-10-11 Alexandre Terrasalib/markdown: remove warnings
2017-09-25 Jean PrivatMerge: nitunit: use annotations
2017-09-06 Alexandre Terrasalib: migrate nitunits to annotations
2017-08-29 Alexandre Terrasalib/markdown: fix crash of the parser when parsing...
2016-06-11 Jean Privatmakefiles: simplify them and assume that Nit tools...
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 PrivatMerge: nitiwiki: external highlighter
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-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-08-30 Jean Privatcontrib&lib: introduce .ini for projects maintained...
2015-08-24 Jean Privatlib/markdown: ignore generated nitmd command
2015-08-17 Jean Privatmarkdown: add a makefile
2015-08-17 Jean Privatmarkdown: new decorator for manpages
2015-08-17 Jean Privatmarkdown: nitmd have a --to option (`html` and `md...
2015-08-17 Jean Privatmarkdown: nitmd use lib/opts
2015-08-17 Jean Privatmarkdown: add another indirection to render a single...
2015-08-17 Jean Privatmarkdown: fix ordered list in MdDecorator
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-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: add_wikilink accept a TokenWikiLink so client...
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-12 Jean PrivatMerge: nitunit: use the Markdown parser from `lib/markdown`
2015-06-10 Alexandre Terrasalib/markdown: fix multiple fence in the same comment
2015-06-10 Alexandre Terrasalib/markdown: fix missing space after wikilinks token
2015-05-28 Jean PrivatMerge: Markdown location
2015-05-27 Jean PrivatMerge: Rename all REAMDE to README.md
2015-05-26 Jean PrivatRename REAMDE to README.md
2015-05-26 Jean PrivatMerge: Nitiwiki next
2015-05-26 Alexandre Terrasalib/markdown: add MDLocation tests
2015-05-26 Alexandre Terrasalib/markdown: fix tests
2015-05-26 Alexandre Terrasalib/markdown: introduce MDLocation
2015-05-25 Alexandre Terrasamarkdown: add misc decorators
2015-05-21 Alexandre Terrasalib/markdown: force write on current_buffer
2015-05-21 Alexandre Terrasalib/markdown: introduce markdown to markdown decorator
2015-05-21 Alexandre Terrasalib/markdown: use virtual type to make subclassing...
2015-05-21 Alexandre Terrasalib/markdown: move wikilinks parsing to lib/markdown
2015-05-07 Alexandre Terrasalib/markdown: fix whitespaces and indent
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-16 Jean PrivatMerge: Doc down
2014-12-12 Alexandre Terrasalib/markdown: fixes useless empty init
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.