pirave / postmarkup

Automatically exported from code.google.com/p/postmarkup
0 stars 0 forks source link

Improve right alignment tag #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

from postmarkup import render_bbcode
render_bbcode("[right]text[/right]")

What is the expected output? What do you see instead?
Expected output: '<div style="text-align: right">text</div>'.
I see: 'text'.

What version of the product are you using? On what operating system?
1.1.5dev, Kubuntu 11.04.

Please provide any additional information below.
This is feature request.

Original issue reported on code.google.com by frolvlad on 6 Mar 2011 at 9:11

GoogleCodeExporter commented 8 years ago
I haven't seen the [right] tag used in the wild. If you could cite a service 
where it is commonly used I'd be happy to add it. Otherwise I'd prefer to leave 
it out, since it's pretty trivial to implement as a custom tag.

Original comment by willmcgugan on 4 Dec 2011 at 9:49

GoogleCodeExporter commented 8 years ago
I created fork on github https://github.com/frol/postmarkup . So I think you 
should close this ticket.

PS I use bbcode WISYWIG editor at my service for novice writers, so some of 
users want use right align for quote at the beginning of the book.

Original comment by frolvlad on 4 Dec 2011 at 10:04

GoogleCodeExporter commented 8 years ago

Original comment by willmcgugan on 18 Nov 2012 at 5:09