-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
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
print a string with the $ character #14
Comments
This is probably a duplicate of #11, which is fixed in the dev version on GitHub. I haven't updated the version on PyPI yet. |
I tried with $$ but it print the character $ twice. |
Can you give an example of what you are dealing with? There are cases where |
I tried to print a bcrypt hash such as: $2y$12$2JkKk1Lw8OiHTxJQahd2aeJV2EU8ErnofJpL84BwZZVQHS5ngCCrm |
I had assumed that Python-Markdown handles escapes like |
I tried to print the character $, but I guess the app thinks it's a latex instruction. I tried escape characters such as \ but it didn't work. How can I print that character?
The application enters in a while when I tried to generate the qti file.
The text was updated successfully, but these errors were encountered: