This commit is contained in:
Roberto Alsina 2023-07-11 22:22:45 -03:00
parent c098c79436
commit fa27e12e59

10
TODO.md Normal file
View File

@ -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)