Markdown and frontend submission
This is an open discussion with 1 reply, filed under General.
Search
Forget it. <xsl:value-of instead of <xsl:copy-of
Create an account or sign in to comment.
This is an open discussion with 1 reply, filed under General.
Forget it. <xsl:value-of instead of <xsl:copy-of
Create an account or sign in to comment.
Quick Links
Symphony • Open Source XSLT CMS
--with-xsl
)
Hi,
I am trying to have a textarea in a section created from frontend submission and using markdown formatter to be rendered in a div in a frontend page but the markdown is effectless.
For example, in the form textarea to be submitted I write this:
A title
something to be strong
Looking at the section in the Content area of the backend I can see that the markdown syntax is correctly entered and looks as it is when a textarea is edited from backend, but I is not rendered when used in a page.
Even when this textarea is edited directly from backend, the markdown is not rendered.
What on earth is the difference between a section that doesn't involve frontend submission an a one that does ?
The problem is exactly the same with direct html input. It is completely ignored.