diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..4cdf511 --- /dev/null +++ b/TODO.md @@ -0,0 +1,10 @@ +# TODO and TODO'NT + +## Things That May Get Done + +* Add tests +* Produce decent error structures +* Detect mismatched start/end like {{% foo >}} +* Handle other kinds of quotes +* Handle escaping quote characters +* Handle escaping the shortcode itself like \{{% foo %}} (check with hugo docs)