aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-05-19 10:10:02 +0200
committerache <ache@ache.one>2018-05-19 10:10:02 +0200
commitb2f1e4a3db7ad443601644b1da6cafd94150c80c (patch)
tree40c71aef5767a8d5711d9efc79b39f739f0a4362
parentAdd more tests (diff)
Todo stuff
-rw-r--r--index.js29
1 files changed, 15 insertions, 14 deletions
diff --git a/index.js b/index.js
index b9eba7e..56b3d4a 100644
--- a/index.js
+++ b/index.js
@@ -42,21 +42,22 @@ const convTypeTag = {
'*': '*',
};
-/* TODO :
+/*
+ * TODO :
* - [~] fencedCode // require('./tokenize/code-fenced'),
- - [x] atxHeading //require('./tokenize/heading-atx'),
- - [ ] setextHeading //require('./tokenize/heading-setext'),
- - [~] table //require('./tokenize/table'),
- - [x] link //require('./tokenize/link'),
- - [x] strong //require('./tokenize/strong'),
- - [x] emphasis //require('./tokenize/emphasis'),
- - [x] deletion //require('./tokenize/delete'),
- - [x] code //require('./tokenize/code-inline'),
-
- Tests with ava
- xo as linter
- comment more
-*/
+ * - [x] atxHeading //require('./tokenize/heading-atx'),
+ * - [x] setextHeading //require('./tokenize/heading-setext'),
+ * - [~] table //require('./tokenize/table'),
+ * - [x] link //require('./tokenize/link'),
+ * - [x] strong //require('./tokenize/strong'),
+ * - [x] emphasis //require('./tokenize/emphasis'),
+ * - [x] deletion //require('./tokenize/delete'),
+ * - [x] code //require('./tokenize/code-inline'),
+ *
+ * Tests with ava
+ * xo as linter
+ * comment more
+ */
function tokenizeGenerator(prefix, oldParser, config) {
function token(eat, value, silent) {