XWiki Rendering Framework
Version 46.1 by Thomas Mortagne on 2017/01/30 15:08
Supported Syntaxes
- Input Syntax
- It means there's a Parser that can be used to parse this syntax into a XDOM object
- Output Syntax
- It means there's a Renderer that can be used to render an XDOM into this syntax
Name | Id | Input Syntax? | Output Syntax? | Description |
---|---|---|---|---|
XWiki 2.0 | xwiki/2.0 | |||
XWiki 2.1 | xwiki/2.1 | Experimental at this stage which means it can still change before it's released as final. | ||
XHTML 1.0 | xhtml/1.0 | |||
HTML 5.0 | html/5.0 | Available in XWiki Rendering 6.4+ only. | ||
HTML 4.01 | html/4.01 | |||
Plain Text | plain/1.0 | Print all than can be rendered in a simple notepad-like editor such as words, special symbols and spaces. It also generates link labels for links that have no labels and print the generated labels. Last it provides very basic formatting (e.g. separates paragraphs with new lines and separates list items with new lines). | ||
DocBook 4.4 | docbook/4.4 | Available in XWiki Rendering 3.2+ only. | ||
XDOM XML Current | xdom+xml/curent | Available in XWiki Rendering 3.3+ only. | ||
XDOM XML 1.0 | xdom+xml/1.0 | Available in XWiki Rendering 3.3+ only. | ||
XWiki 1.0 | xwiki/1.0 | |||
Confluence 1.0 | confluence/1.0 | Moved to contrib in 9.0. See Confluence | ||
Confluence 1.1 | confluence/1.1 | Moved to contrib in 9.0. See Confluence | ||
Confluence XHTML | confluence+xhtml/1.0 | Moved to contrib in 9.0. See Confluence | ||
JSPWiki | jspwiki/1.0 | |||
TWiki | twiki/1.0 | |||
MediaWiki | mediawiki/1.0 | |||
Creole 1.0 | creole/1.0 | |||
Markdown 1.0 | markdown/1.0 | Extracted out of XWiki starting 8.2M1. Output syntax supported starting with version 8.2 of the Markdown module. | ||
Markdown 1.1 | markdown/1.1 | Extracted out of XWiki starting 8.2M1. Adds syntax for macros, superscript and subscript support over Markdown 1.0 syntax. Output syntax supported starting with version 8.2 of the Markdown module. | ||
Markdown 1.2 | markdown/1.2 | Added in version 8.4 of the Markdown module. | ||
APT | apt/1.0 | Available in XWiki Rendering 4.3+ only. |