MarkdownExtensions

Generated class of options for p:markdown-to-html extensions.

These are the extensions for com.vladsch.flexmark:flexmark-all:0.64.8.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Link copied to clipboard
inner class DataKeyAttributeImplicitName(val key: DataKey<AttributeImplicitName>, val value: AttributeImplicitName) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
inner class DataKeyAttributeValueQuotes(val key: DataKey<AttributeValueQuotes>, val value: AttributeValueQuotes) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
Link copied to clipboard
inner class DataKeyDefinitionMarker(val key: DataKey<DefinitionMarker>, val value: DefinitionMarker) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
inner class DataKeyDiscretionaryText(val key: DataKey<DiscretionaryText>, val value: DiscretionaryText) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
inner class DataKeyElementPlacement(val key: DataKey<ElementPlacement>, val value: ElementPlacement) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
inner class DataKeyElementPlacementSort(val key: DataKey<ElementPlacementSort>, val value: ElementPlacementSort) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
inner class DataKeyEmojiImageType(val key: DataKey<EmojiImageType>, val value: EmojiImageType) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
inner class DataKeyEmojiShortcutType(val key: DataKey<EmojiShortcutType>, val value: EmojiShortcutType) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
Link copied to clipboard
inner class DataKeyFencedCodeAddType(val key: DataKey<FencedCodeAddType>, val value: FencedCodeAddType) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
inner class DataKeyInteger(val key: DataKey<Int>) : MarkdownExtensions.DataKeyOption
Link copied to clipboard
inner class DataKeyKeepType(val key: DataKey<KeepType>, val value: KeepType) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inner class DataKeyNullableInteger(val key: NullableDataKey<Int>) : MarkdownExtensions.DataKeyOption
Link copied to clipboard
inner class DataKeyNullableString(val key: NullableDataKey<String>) : MarkdownExtensions.DataKeyOption
Link copied to clipboard
abstract class DataKeyOption
Link copied to clipboard
inner class DataKeySimTocGenerateOnFormat(val key: DataKey<SimTocGenerateOnFormat>, val value: SimTocGenerateOnFormat) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
inner class DataKeyString(val key: DataKey<String>) : MarkdownExtensions.DataKeyOption
Link copied to clipboard
inner class DataKeyTableCaptionHandling(val key: DataKey<TableCaptionHandling>, val value: TableCaptionHandling) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
inner class DataKeyTaskListItemCase(val key: DataKey<TaskListItemCase>, val value: TaskListItemCase) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
inner class DataKeyTaskListItemPlacement(val key: DataKey<TaskListItemPlacement>, val value: TaskListItemPlacement) : MarkdownExtensions.DataKeyEnumeration
Link copied to clipboard
inner class DataKeyTocOptionsListType(val key: DataKey<TocOptions.ListType>, val value: TocOptions.ListType) : MarkdownExtensions.DataKeyEnumeration

Properties

Link copied to clipboard
val extensionOptions: <Error class: unknown class>
Link copied to clipboard
val extensions: <Error class: unknown class>
Link copied to clipboard
val options: MutableDataSet

Functions

Link copied to clipboard
fun enable(extension: Parser.ParserExtension)