Skip to content
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

Hebrew paragraph direction isn't compatible with google colab #37

Open
ophiry opened this issue Sep 13, 2020 · 2 comments
Open

Hebrew paragraph direction isn't compatible with google colab #37

ophiry opened this issue Sep 13, 2020 · 2 comments

Comments

@ophiry
Copy link

@ophiry ophiry commented Sep 13, 2020

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

@ophiry
Copy link
Author

@ophiry ophiry commented Sep 13, 2020

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="אזהרה!">

@yammesicka
Copy link
Member

@yammesicka yammesicka commented Sep 13, 2020

Awesome, thanks! Can you please send it as a PR? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.