Assuming you want to force html line breaks in auth.wiki documents using 
its defaullt render engine (markmin), the syntax for doing so is adding 
[[NEWLINE]] (with uppercase). Here is an example:

>>> print MARKMIN("No. No, I am not the brain specialist.[[NEWLINE]]No I am 
not.[[NEWLINE]]Yes! Yes I am!").xml()
<p>No. No, I am not the brain specialist.<br />No I am not.<br />Yes! Yes I 
am!</p>

I tried that command in a web2py shell with the following version
Version 2.6.0-development+timestamp.2013.07.08.01.37.54

If you try that in your system and you get a different output (i.e., no 
line breaks or mangled text), then probably there's some kind of issue 
about the markmin render for your specific version.

-- 

--- 
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