python - Support of html tags and right-to-left languages in Jupyter -


in ipython notebooks add html tags inside markdowns. useful tag right-to-left languages <p dir=rtl> text </p> conveniently made text aligned right.

is there way add html tags or right-to-left paragraph alignment in jupyter?

it can done this:

<div style="direction:rtl"> right-to-left text </div> 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -