"Steven J. Sobol" wrote:
> 
> I have a Midgard page that displays knowledge base articles using the ":h"
> modifier. Those articles may use <[ ]> to call up Midgard styles. I can't
> get this to work; PHP tags are treated like regular text and so are <[ ]>.
> Is there any way to fix this?
No and yes, so it depends, as usually. The :h formatter defines HTML
coding without PHP so PHP parser is disabled at this moment and all text
goes directly to the output. If you want to use styling constructs in
formatters, you could use :p formatter.

The another solution is to wrap styling construct with [< >] tags: all
code inside it will be passed to PHP engine IIRC.

--
Alexander

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to