From 297eeaafcddb19a0e9a89d273774f235f7bf6167 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Sat, 21 Dec 2019 16:38:16 +0530 Subject: [PATCH] TODO - Add basic todo To note down thoughts --- TODO.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..6144319 --- /dev/null +++ b/TODO.md @@ -0,0 +1,12 @@ +# Tag support - +- Handle remaining tags + +# 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 + +# Meta - +1. Add docs with travis, codecov badges +2. License