From 3a279e971066343bd1fb431658d3fbba90181f30 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Sun, 22 Dec 2019 00:23:49 +0530 Subject: [PATCH] TODO - Reorder + export remark types as tag --- TODO.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 99d1cf0..5f76135 100644 --- a/TODO.md +++ b/TODO.md @@ -4,9 +4,10 @@ # Other Features - 1. Expose (allow setting) remark-stringify config -2. Fallback - handle other non-supported tags as html in markdown (extra attributes ??) -3. Returns AST from render (renderAST method) -4. Throw error for ignored children elements +2. Throw error for ignored children elements +3. Fallback - handle other non-supported tags as html in markdown (extra attributes ??) +4. Export remark types as jsx tags +5. Returns AST from render (renderAST method) # Meta - 1. Add docs with travis, codecov badges