Re: [web2py] Re: Center things in MARKMIN

2019-02-15 Thread rif
It worked! I had to use "title" as "centered" seems to be used but something else, but in the end it worked just great :) Thank you a lot, you saved my day! -rif joi, 14 februarie 2019, 23:28:02 UTC+2, Val K a scris: > > Yes, just pass it: > auth.wiki(extra = dict(centred = lambda text: DIV(

Re: [web2py] Re: Center things in MARKMIN

2019-02-14 Thread Val K
Yes, just pass it: auth.wiki(extra = dict(centred = lambda text: DIV(text, _style = 'text-align:center;'))) but it seems, that page should be edited/updated to get effect On Friday, February 15, 2019 at 12:03:28 AM UTC+3, rif wrote: > > Can I do this with auth.wiki? > > În joi, 14 feb. 2019,

Re: [web2py] Re: Center things in MARKMIN

2019-02-14 Thread Radu Ioan Fericean
Can I do this with auth.wiki? În joi, 14 feb. 2019, 22:58 Val K # you can extend MARKMIN using ``...``: > > MARKMIN("blah blah *``*Title``:centred blah blah", extra = dict(centred > = lambda text: DIV(text, _style = 'text-align:center;'))) > > > On Thursday, February 14, 2019 at 3:47:22 PM UTC+

[web2py] Re: Center things in MARKMIN

2019-02-14 Thread Val K
# you can extend MARKMIN using ``...``: MARKMIN("blah blah *``*Title``:centred blah blah", extra = dict(centred = lambda text: DIV(text, _style = 'text-align:center;'))) On Thursday, February 14, 2019 at 3:47:22 PM UTC+3, rif wrote: > > hey guys, > > I am using auth.wiki and I would like to