Browse Source

readme.md update - TODO

Ivan Asmer 1 year ago
parent
commit
fcea7aa4e5
1 changed files with 18 additions and 0 deletions
  1. 18 0
      README.md

+ 18 - 0
README.md

@@ -1,2 +1,20 @@
 # mdast
+MarkDown (md) to Abstract Syntax Tree  (ast) parser
+
+## TODO
+
+### Add support of blockquotes
+
+#### Extend current `indent`
+
+Add `indentRegexp` to use `>` character for blockquote indentation. For now 
+`indent` works only with spaces. This regexp will be used in `cutIndent` function
+
+### Add support of image/link references
+
+### Add support of basic markdown
+
+### mdplus features
+
+### mermaid