I'm trying to make a jupyter notebook with rtl language in the markdown cells.
The solution for using rtl is given in this answer
However, inside the <div>
environment markdown syntax does not seem to work.
For example:
<div style="direction:rtl">
test
====
</div>
does not print 'test' highlighted.
Is there a way to combine the two?