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
If I provide the input: [code] for i in var: print(var[i]) [/code]
[code] for i in var: print(var[i]) [/code]
precise-bbcode does not actually format that line as code (and it remains as plain text). This has been the case for over a year.
So after digging through the source I have found a few lines that after changing got things working correctly.
I have provided a fix for this issue here.
But I am unsure if this is the proper way to solve the issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I provide the input:
[code] for i in var: print(var[i]) [/code]
precise-bbcode does not actually format that line as code (and it remains as plain text).
This has been the case for over a year.
So after digging through the source I have found a few lines that after changing got things working correctly.
I have provided a fix for this issue here.
But I am unsure if this is the proper way to solve the issue.
The text was updated successfully, but these errors were encountered: