lib/markdown2: introduce markdown rendering to HTML
authorAlexandre Terrasa <alexandre@moz-code.org>
Tue, 29 May 2018 23:52:35 +0000 (19:52 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Wed, 20 Jun 2018 23:11:18 +0000 (19:11 -0400)
commit2b97cf3448b39d533cd4cc2057d5316ec3ef5ba6
treeffa4401136b0fcc51ec8d4e4c856d75117aa2121
parentb82ea589c483137d71d3da54c5115b060999c0f7
lib/markdown2: introduce markdown rendering to HTML

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
lib/markdown2/markdown2.nit [new file with mode: 0644]
lib/markdown2/markdown_html_rendering.nit [new file with mode: 0644]
lib/markdown2/tests/test_markdown_blocks.nit [new file with mode: 0644]
lib/markdown2/tests/test_markdown_headings_id.nit [new file with mode: 0644]
lib/markdown2/tests/test_markdown_inlines.nit [new file with mode: 0644]