public class FrontMatter extends SymbolType implements Rule, Translation
Modifier and Type | Field and Description |
---|---|
static SymbolType |
keyValueSymbolType |
static FrontMatter |
symbolType |
Bold, CenterLine, CloseBrace, CloseBracket, CloseCollapsible, CloseEvaluator, CloseLiteral, CloseNesting, CloseParenthesis, ClosePlainTextTable, ClosePreformat, Colon, Comma, DateFormatOption, Delta, EMail, Empty, EndCell, Italic, Meta, Newline, NoteLine, OpenBrace, OpenBracket, OpenParenthesis, OrderedList, Strike, Style, SymbolList, Text, UnorderedList, Whitespace
Modifier and Type | Method and Description |
---|---|
Maybe<Symbol> |
parse(Symbol current,
Parser parser) |
java.lang.String |
toTarget(Translator translator,
Symbol symbol) |
addDecorator, getHtmlTranslation, getWikiMatchers, getWikiRule, htmlTranslation, makeMatch, matchesFor, removeDecorator, toString, wikiMatcher, wikiRule
public static final FrontMatter symbolType
public static final SymbolType keyValueSymbolType
public java.lang.String toTarget(Translator translator, Symbol symbol)
toTarget
in interface Translation