Open martinhalford opened 4 years ago
Thanks @martinhalford . It is an issue with the new parser which does not like %
inside a formula (due to a wrong / too constrained regular expression in the template plugin). I'm looking into it.
This is going to be a slightly tricker issue than expected. For the time being, the work around is to use string concatenation ++
inside Ergo formulas.
Describe the bug Attempting to use backticks within an Ergo expression within a
grammar.tem.md
. However, whendraft
command executed, the syntax is passed through to theoutput.md
file in raw, intact form.Cicero version 0.21.0
To Reproduce
data.json
grammar.tem.md
Execute
cicero draft
command.No error thrown. Simply fails to process syntax.
Expected behaviour String to be rendered according to syntax.
Screenshots