We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whilst writing a guide/tutorial I can see that conditionals within a token that act on the output or another internal token arn't working correctly.
e,g: console.log(Splain.process({{"signing"|"logging"}} {{"in"|"on"}} {{"to" {{loading.hardware|loading.destination}}}}?3));
{{"signing"|"logging"}} {{"in"|"on"}} {{"to" {{loading.hardware|loading.destination}}}}?3
(note above snippet markdown has rendered the backticks used for stings)
The text was updated successfully, but these errors were encountered:
user error. The conditional in the above isn't actually in a token so wouldn't be parsed!
Sorry, something went wrong.
No branches or pull requests
Whilst writing a guide/tutorial I can see that conditionals within a token that act on the output or another internal token arn't working correctly.
e,g: console.log(Splain.process(
{{"signing"|"logging"}} {{"in"|"on"}} {{"to" {{loading.hardware|loading.destination}}}}?3
));(note above snippet markdown has rendered the backticks used for stings)
The text was updated successfully, but these errors were encountered: