Class MarkdownSyntaxDecorator
java.lang.Object
org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
org.apache.wiki.htmltowiki.syntax.markdown.MarkdownSyntaxDecorator
- All Implemented Interfaces:
org.apache.wiki.htmltowiki.SyntaxDecorator
Markdown wiki syntax decorator which translates to wiki syntax. Delegates each kind of XHTML element to its specific decorator.
-
Field Summary
Fields inherited from class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
a, br, chain, code, config, css, cssStyle, dd, dl, dt, em, form, h1, h2, h3, h4, hr, img, input, li, ol, option, outTrimmer, p, plainText, pre, select, strike, strong, sub, sup, table, tbody, td, textarea, textElement, th, thead, tr, ul, underline
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.wiki.htmltowiki.syntax.WikiSyntaxDecorator
a, aFootnote, aUndefined, br, code, dd, dl, dt, em, form, h1, h2, h3, h4, hr, image, img, input, li, ol, option, p, paragraph, pre, select, strike, strong, sub, sup, table, tbody, td, text, textarea, th, thead, tr, ul, underline
-
Constructor Details
-
MarkdownSyntaxDecorator
public MarkdownSyntaxDecorator()
-
-
Method Details
-
init
-