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
Consider the following SIML:
``` "this" should be plain text and so should 'this' `this` works as expected though! ```
which compiles to:
%%__STRING_TOKEN___%%0 should be plain text and so should %%__STRING_TOKEN___%%1 `this` works as expected though!
Strings should not be parsed inside triple backticks, right?
The text was updated successfully, but these errors were encountered:
Fix issue #5
bf67f2e
Thanks for reporting this! Fixed and bumped to version 0.3.5.
Sorry, something went wrong.
No branches or pull requests
Consider the following SIML:
which compiles to:
Strings should not be parsed inside triple backticks, right?
The text was updated successfully, but these errors were encountered: