Running v0.0.12 on Windows Subsystem for Linux Ubuntu
I kept seeing the error Warning: expected '}' but got end of line when writing a recipe. Below is the a small snippet that still reproduces the issue on my end.
Cook rice for ~{15%minutes}
If I have an empty line before line including the timer, I see the following output which shows the timer was not parsed correctly:
Warning: expected '}' but got end of line
Ingredients:
Steps:
1. Cook rice for
[–]
Other observations:
Replacing empty line with a recipe step reproduces the issue
Removing the empty line does not reproduce the issue
Adding a period after the timer does not reproduce the issue
If the timer is replaced with an ingredient, the last letter is cut off
Cook @rice
Becomes
Ingredients:
ric 1
Steps:
1. Cook ric
[ric: 1]
If instead I add the braces, so it becomes @rice{}, I get a fatal error:
Running v0.0.12 on Windows Subsystem for Linux Ubuntu I kept seeing the error
Warning: expected '}' but got end of line
when writing a recipe. Below is the a small snippet that still reproduces the issue on my end.If I have an empty line before line including the timer, I see the following output which shows the timer was not parsed correctly:
Other observations:
If the timer is replaced with an ingredient, the last letter is cut off
Becomes
If instead I add the braces, so it becomes
@rice{}
, I get a fatal error: