|
|
@@ -1,7 +1,5 @@
|
|
1
|
1
|
// FIXME: Nested blockquotes require blank line
|
|
2
|
2
|
// TODO: HTML tags probably need better handling. Consider whether interior of matched tags should be interpreted as markdown.
|
|
3
|
|
-// TODO: {.class #cssid lang=fr}
|
|
4
|
|
-// [link](url){.class}
|
|
5
|
3
|
// TODO: Test broken/incomplete syntax thoroughly
|
|
6
|
4
|
// TODO: Sanity checks on loops/recursion?
|
|
7
|
5
|
// TODO: Tolerate whitespace between tokens (e.g. [click here] [urlref])
|