You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
created "set" tag to define variables available within the file
created "table" tag to format ASCII tables to Markdown tables
added index for LexTokens, useful for custom errors
added path for ParseTokens, useful to know where is the tag in the AST
functions for tags can now edit and return meta.node! This will allow lots of
interesting, advanced tag editing use-cases, that were not possible before.
functions for double tags now receive zeroText || innerText, makes more sense