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
Post a Comment