From 72d9e150b73d43838cba0292de5b4f7c63219fef Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 22 Feb 2017 03:58:12 +0000 Subject: Update TODO --- TODO | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/TODO b/TODO index 931c005..9da8731 100644 --- a/TODO +++ b/TODO @@ -24,24 +24,6 @@ TODO ``mdl_style.InlineLexer`` and ``mdl_style.LSBlockLexer`` respectively. -* Add unit tests for ``mdl_style.LSRenderer`` under - ``tests.test_mdl_style.TestLSRendererIL`` and - ``tests.test_mdl_style.TestLSRendererFN`` to verify that the - renderer does not modify block/inline elements other than links and - paragraphs. - - Specifically, unit tests must be added to verify that the following - block/inline elements are not modified by the - ``mdl_style.LSRenderer`` renderer: - - * Inline elements: - - * Emphasis - * Code - - For instance, if the input contains ``## This is an H2``, the - ``mdl_style.LSRenderer`` renderer must not change it to ``

This - is an H2