浏览代码

readme.md update - TODO

Ivan Asmer 1 年之前
父节点
当前提交
fcea7aa4e5
共有 1 个文件被更改,包括 18 次插入0 次删除
  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