Skip to main content

 Element reference

PSML elements from <author> to <xref>

<markdown>

Summary

Essentially, the <markdown> element makes it possible to store rich text in a plain text field using markdown.

The PageSeeder version of markdown, like most others, has some quirks. It is not strictly compatible with Commonmark  or other attempts at standardization.

Usage context

Element category
PSML levelportable
Permitted contentmarkdown text only
Permitted parent<property>
HTML equivalent
OpenXML equivalent

Attributes

This element does not have any attributes.

Examples

See element <property> for examples.

Schema

XML Schema

<xs:element  name="markdown"
             minOccurs="0"
             maxOccurs="1"
             type="xs:string"/>

Compatibility

This element was introduced in PSML beta 10 and is supported from PageSeeder 5.9.

Created on , last edited on