Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface CodeFenceRenderer
Link copied to clipboard
Link copied to clipboard
@Immutable
Link copied to clipboard
@Immutable
Link copied to clipboard
Link copied to clipboard
interface LinkHandler
Link copied to clipboard
data class MappedText(val text: AnnotatedString, val textMapping: TextMapping, val inlineContent: Map<String, InlineTextContent> = emptyMap())
Text, which carries information about what part of source text it came from.
Link copied to clipboard
class MarkdownDocument(val sourceText: String, val ast: Document, val basePath: Path, references: Map<String, MarkdownReference>, interactiveIdGenerator: LinearInteractiveIdGenerator = LinearInteractiveIdGenerator(), interactiveIds: Map<Node, InteractiveId> = generateInteractiveIdsPreOrder(
ast,
interactiveIdGenerator
))
Link copied to clipboard
Link copied to clipboard
data class TableStyle(val headerCellStyle: BlockStyle, val bodyCellStyle: BlockStyle, val modifier: Modifier)
Functions
Link copied to clipboard
fun Renderers.Companion.flexmarkDefault(codeFenceRenderers: List<CodeFenceRenderer> = emptyList()): Renderers<Node>
Link copied to clipboard
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Renders a Markdown document nicely.