>
> Just started playing with auth.wiki today and am creating some pages.  I 
> want to force line breaks (new line) in some of my text but can't seem to 
> find the way to make it work.
>

You mean you want markmin to add <br/> tags to the output? Then you'll have 
to pump those lower case letters

>>> m = MARKMIN("ONE [[NEWLINE]] TWO [[NEWLINE]] THREE")
>>> print m
<p>ONE <br /> TWO <br /> THREE</p>
>>> m = MARKMIN("ONE [[newline]] TWO [[newline]] THREE")
>>> print m
<p>ONE <span class="anchor" id="markmin_newline"></span> TWO <span 
class="anchor" id="markmin_newline"></span> THREE</p>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to