Justify Align
I would like a justify align, not center, not right, not left align. I want jusitfy align. I have many docs that need are print in justify align. So I need much this feature. And I think that many, many people need it too!
We could add some CSS as we already have for red,green,blue colours. Then users could use it like this (just for alignment, not for colour):
Markup:
{{{#!wiki red This wiki parser uses css class "red". If we add some more css classes, it could also use "right", "center" or "left". }}}
Display:
This wiki parser uses css class "red". If we add some more css classes, it could also use "right", "center" or "left".
Implemented by http://hg.moinmo.in/moin/1.7/rev/4a125e9b0a6e (soon in 1.8 also):
Markup:
{{{#!wiki left center right justify New css classes - they only work when running current 1.7 code or after it was merged into 1.8. }}}