shortcode/TODO.md
2023-07-12 19:40:25 -03:00

13 lines
361 B
Markdown

# TODO and TODO'NT
## Things That May Get Done
* Produce decent error structures
* Inform tag type (% or <) in result
* Handle other kinds of quotes
* Handle escaping quote characters
* Handle escaping the shortcode itself like \{{% foo %}} (check with hugo docs)
* Report errors on mismatched {{% foo >}}
* ~~Detect mismatched start/end like {{% foo >}}~~