Yup, that works and I found my error.  I wasn't putting my [[NEWLINE]] in
uppercase.


On Mon, Jul 8, 2013 at 11:16 AM, Alan Etkin <spame...@gmail.com> wrote:

> 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! YesI 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 a topic in the
> Google Groups "web2py-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/web2py/T28zkNPhBf8/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 

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