toggle menu
markdown-editor
0.3.0
jvm
switch theme
search in API
markdown-editor
/
me.okonecny.markdowneditor.view
/
RenderContext
Render
Context
interface
RenderContext
<
in
BaseNode
>
Members
Properties
active
Annotation
Tags
Link copied to clipboard
abstract
val
activeAnnotationTags
:
Set
<
String
>
document
Link copied to clipboard
abstract
val
document
:
MarkdownDocument
Functions
handle
Links
Link copied to clipboard
@
Composable
abstract
fun
handleLinks
(
)
:
(
Int
,
List
<
AnnotatedString.Range
<
String
>
>
)
->
Unit
render
Block
Link copied to clipboard
@
Composable
abstract
fun
<
T
:
BaseNode
>
renderBlock
(
block
:
T
)
render
Blocks
Link copied to clipboard
@
Composable
abstract
fun
<
T
:
BaseNode
>
renderBlocks
(
blocks
:
Iterable
<
T
>
)
render
Inline
Link copied to clipboard
@
Composable
abstract
fun
renderInline
(
inline
:
BaseNode
)
:
MappedText
render
Inlines
Link copied to clipboard
@
Composable
abstract
fun
renderInlines
(
inlines
:
Iterable
<
BaseNode
>
)
:
MappedText