Bläddra i källkod

readme.md update - TODO

Ivan Asmer 1 år sedan
förälder
incheckning
fcea7aa4e5
1 ändrade filer med 18 tillägg och 0 borttagningar
  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