This commit is contained in:
Roberto Alsina 2023-07-13 22:03:33 -03:00
parent 7ead97a5e7
commit d022b0700c

View File

@ -2,7 +2,6 @@
## Things That May Get Done ## Things That May Get Done
* Produce decent error structures
* Inform tag type (% or <) in result * Inform tag type (% or <) in result
* Handle other kinds of quotes * Handle other kinds of quotes
* Handle escaping quote characters * Handle escaping quote characters
@ -12,4 +11,5 @@
(also, how TF do they work?) (also, how TF do they work?)
* Add inline shortcodes `{{< time.inline >}}{{ now }}{{< /time.inline >}}` * Add inline shortcodes `{{< time.inline >}}{{ now }}{{< /time.inline >}}`
* Start integrating with Crystal * Start integrating with Crystal
* ~~Produce decent error structures~~
* ~~Detect mismatched start/end like {{% foo >}}~~ * ~~Detect mismatched start/end like {{% foo >}}~~