2023-07-12 01:22:45 +00:00
|
|
|
# TODO and TODO'NT
|
|
|
|
|
|
|
|
## Things That May Get Done
|
|
|
|
|
|
|
|
* Produce decent error structures
|
|
|
|
* Detect mismatched start/end like {{% foo >}}
|
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)
|