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

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -