I added the parameters language:'ar', contentsLangDirection:'rtl', contentsLanguage:'ar'for my CKEditor instance, initialized using JQuery adapter. But the text is still flush.
It declares a tag <html> dir='rtl'and lang='ar', but on each tag <p>it has an inline style text-align: left.
How do I get rid of this style?
source
share