I have come across a particularly lengthy Right-to-left arabic paragraph:
https://fiddle.jshell.net/09b6xoaa/4/
My expectation is that when the line becomes too long, it should continue on the left side below ("end of the line this should be on the second line"), rather than breaking off at the right end of the line ("start of the rtl line") which is meant to be the beginning of the line.
I have been unable to find an explanation for this behavior, as it appears to me to be a fundamental expectation. What could possibly be my mistake? Thank you!
17-01-28 12:16 Updated description and fiddle link
Update: It turns out my issue was due to a python library (weasyprint) used for converting html to pdf not supporting RTL text
Appreciate everyone's input!