This commit is contained in:
Roberto Alsina 2023-07-13 22:03:33 -03:00
parent 7ead97a5e7
commit d022b0700c
1 changed files with 1 additions and 1 deletions

View File

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