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
When opening a notebook using google colab (for example https://colab.research.google.com/github/PythonFreeCourse/Notebooks/blob/master/week1/1_Strings_and_Output.ipynb)
paragraph direction is ignored.
using:
<div dir=rtl> Hebrew Text </p>
does work
The text was updated successfully, but these errors were encountered:
image size are also ignored this doesn't work: <img src="images/warning.png" style="height: 50px !important;" alt="אזהרה!"> this does: <img src="images/warning.png" width=50 height=50 style="height: 50px !important;" alt="אזהרה!">
<img src="images/warning.png" style="height: 50px !important;" alt="אזהרה!">
<img src="images/warning.png" width=50 height=50 style="height: 50px !important;" alt="אזהרה!">
Sorry, something went wrong.
Awesome, thanks! Can you please send it as a PR? :)
Until #39 is accepted, I have prepared the following gist as an interim solution to those who want an online Hebrew python resource:
https://gist.github.com/udif/b6276c958a76ebac4171f485260de4ac
No branches or pull requests
When opening a notebook using google colab (for example https://colab.research.google.com/github/PythonFreeCourse/Notebooks/blob/master/week1/1_Strings_and_Output.ipynb)
paragraph direction is ignored.
using:
does work
The text was updated successfully, but these errors were encountered: