shortcode/TODO.md

13 lines
361 B
Markdown
Raw Normal View History

2023-07-12 01:22:45 +00:00
# TODO and TODO'NT
## Things That May Get Done
* Produce decent error structures
2023-07-12 20:37:03 +00:00
* Inform tag type (% or <) in result
2023-07-12 01:22:45 +00:00
* Handle other kinds of quotes
* Handle escaping quote characters
* Handle escaping the shortcode itself like \{{% foo %}} (check with hugo docs)
2023-07-12 22:40:25 +00:00
* Report errors on mismatched {{% foo >}}
* ~~Detect mismatched start/end like {{% foo >}}~~