Re: [web2py] Re: New to auth.wiki - format text as address block with markmin

2013-07-08 Thread Jim Steil
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 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 > [[NEWLIN

Re: [web2py] Re: New to auth.wiki - format text as address block with markmin

2013-07-08 Thread Alan Etkin
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

Re: [web2py] Re: New to auth.wiki - format text as address block with markmin

2013-07-07 Thread Jim Steil
My web2py is Version 2.5.1-stable+timestamp.2013.06.17.10.41.11. I tried adding a and didn't see any changes. On Sun, Jul 7, 2013 at 7:59 PM, Alan Etkin wrote: > Same result, no newlines were inserted. It all appears as one long line. >> > > Odd, It works fine with the mercurial trunk code.

Re: [web2py] Re: New to auth.wiki - format text as address block with markmin

2013-07-07 Thread Alan Etkin
> > Same result, no newlines were inserted. It all appears as one long line. > Odd, It works fine with the mercurial trunk code. what is your version of web2py? Do you want to force line breaks (separating the html output with ) or just add newline characters to the html. For this last option

Re: [web2py] Re: New to auth.wiki - format text as address block with markmin

2013-07-07 Thread Jim Steil
Same result, no newlines were inserted. It all appears as one long line. On Sun, Jul 7, 2013 at 5:48 PM, Alan Etkin wrote: > > Then, in one of the pages I created using the wiki 'create page' I'm >> trying to get a carriage return displayed. I've tried all the think listed >> above, but can't