shortcode/TODO.md
2023-07-12 17:37:03 -03:00

11 lines
313 B
Markdown

# TODO and TODO'NT
## Things That May Get Done
* Produce decent error structures
* Detect mismatched start/end like {{% foo >}}
* 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)