Uses of Class
de.themoep.minedown.MineDownStringifier
-
Uses of MineDownStringifier in de.themoep.minedown
Methods in de.themoep.minedown that return MineDownStringifierModifier and TypeMethodDescriptionMineDownStringifier.colorChar(char colorChar) Set the character to use as a special color code.MineDownStringifier.colorInEventDefinition(boolean colorInEventDefinition) Set whether or not to put colors in event definitions or use inline color definitionsMineDownStringifier.copy()Copy all the parser's setting to a new instanceMineDownStringifier.copy(MineDownStringifier from) Copy all the parser's settings from another parserMineDownStringifier.formattingInEventDefinition(boolean formattingInEventDefinition) Set whether or not to put formatting in event definitions or use inline formatting definitionsMineDownStringifier.preferSimpleEvents(boolean preferSimpleEvents) Set whether or not to use simple event definitions or specific onesMineDownStringifier.useLegacyColors(boolean useLegacyColors) Set whether or not to use legacy color codesMineDownStringifier.useLegacyFormatting(boolean useLegacyFormatting) Set whether or not to translate legacy formatting codes over MineDown onesMethods in de.themoep.minedown with parameters of type MineDownStringifierModifier and TypeMethodDescriptionMineDownStringifier.copy(MineDownStringifier from) Copy all the parser's settings from another parser