summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2017-02-22 03:47:42 +0000
committerrsiddharth <s@ricketyspace.net>2017-02-22 03:47:42 +0000
commit4e645f0a298fa061899eafd10722534beb305189 (patch)
treeabc0a4a85706813a9c533ba5ed13c073dafbb957 /TODO
parent08f44ce7e60f61a2a87a71ee033b045b8d995125 (diff)
mdl_stlye: Update `LSRenderer` class.
* TODO: Update file. * markdown_link_style/_version.py (__version__): Update variable. * mdl_style.py (LSRenderer.image): Add method. * tests/data/inline_parses_images_00-expected.md: Add file. * tests/data/inline_parses_images_00.md: Add file. * tests/test_mdl_style.py (TestLSRendererIL.test_renderer_parses_images): Add test method.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index cfbc941..931c005 100644
--- a/TODO
+++ b/TODO
@@ -38,7 +38,6 @@ TODO
* Emphasis
* Code
- * Images
For instance, if the input contains ``## This is an H2``, the
``mdl_style.LSRenderer`` renderer must not change it to ``<h2>This