[Bug] Text align not working?
-
To align text blocks Textism can use this:
- p<. align left
- p>. align right
- p=. centered
- p<>. justified
But no one from listed above works (except p=.). I've created wiki page to test this behaviour - "AlignTextTest":http://developer.qt.nokia.com/wiki/AlignTextTest. Looks like that wiki escapes "<" and ">" symbols for security reasons..
-
[quote author="kagami" date="1288631643"]Looks like that wiki escapes "<" and ">" symbols for security reasons..[/quote]
Indeed it does, we have tried a few things between the security lib, the textile lib and the editor to solve this earlier without success but last week we decided to do it the hard way - actually make something of our own. Stay tuned :)