[dokuwiki] Re: conversion of some wiki code to html in a template
- From: Chris Smith <chris@xxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Sat, 28 Jul 2007 02:13:25 +0100
Jason Keltz wrote:
If the sidebar portion of my template is going to generate wiki code,
I wonder if there is any way that I can pass an array of wiki lines to
some DokuWiki function that will convert it to html, or if my only
resort is to write the output to a temporary file, and then call
p_wiki_xhtml on the result?
Look for p_render and how its called.
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] conversion of some wiki code to html in a template
- From: Jason Keltz
Other related posts:
- » [dokuwiki] conversion of some wiki code to html in a template
- » [dokuwiki] Re: conversion of some wiki code to html in a template
- » [dokuwiki] Re: conversion of some wiki code to html in a template
If the sidebar portion of my template is going to generate wiki code, I wonder if there is any way that I can pass an array of wiki lines to some DokuWiki function that will convert it to html, or if my only resort is to write the output to a temporary file, and then call p_wiki_xhtml on the result?
- [dokuwiki] conversion of some wiki code to html in a template
- From: Jason Keltz