From efb2c4af5ca90a8ededce29033972039096d077a Mon Sep 17 00:00:00 2001 From: bendtherules Date: Mon, 23 Dec 2019 11:25:20 +0530 Subject: [PATCH] TODO - Mark html fallback as done --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 6e38e83..20eb104 100644 --- a/TODO.md +++ b/TODO.md @@ -6,7 +6,7 @@ # Other Features - 1. Expose (allow setting) remark-stringify config 2. Throw error for ignored children elements -3. Fallback - handle other non-supported tags as html in markdown (extra attributes ??) +3. [DONE] 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)