From fa27e12e5995891d05229a88d55c79e84c59d472 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Tue, 11 Jul 2023 22:22:45 -0300 Subject: [PATCH] todo --- TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO.md 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)