Hi Alan,

I updated to the latest mercurial version, just in case... but the issue 
still persists for me.  Not sure what I am doing wrong.

Here is my code below:

/init/controllers/wiki.py:

def index():
    response.title = 'Wiki'
    response.subtitle = 'web2py'
    return auth.wiki(render='html')


/init/views/wiki/index.html:

{{extend 'layout.html'}}
{{=content}}


I have this saved in the body of the index wiki page 
(/init/wiki/index/_edit/index):
# Example
<h1>Example</h1>


However when I visit the view.  I only see the markmin rendered and the 
html tags.  I am assuming I would see the html rendered and plain text 
instead of markmin.  See attached image.



On Wednesday, May 22, 2013 12:16:55 PM UTC-4, Alan Etkin wrote:
>
> Did you ever solve this?  I am having the same issue perhaps this is a bug.
>>
>  
>
>> On Wednesday, May 15, 2013 4:48:54 PM UTC-4, Noah Lange wrote:
>>>
>>> I've been working with web2py for only the last few weeks, so it's 
>>> likely this is a problem borne mostly of my own ignorance, but I've been 
>>> having issues rendering a wiki I've been working on.
>>>
>>
> I cannot reproduce this issue. Passing render="html" to the auth.wiki 
> method in a wiki.py controller does work as expected (at least with the 
> last mercurial version). Perhaps you can post the relevant code so we can 
> help you debugging.
>
>

-- 

--- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


<<attachment: screenshot.png>>

Reply via email to