MarkdownContentValue
data class MarkdownContentValue(val unwrappedValue: MarkdownContent) : InputValue<MarkdownContent> , AdaptableValue<InlineMarkdownContentValue>
A sub-AST that contains Markdown nodes. This is usually accepted in 'body' parameters.
Functions
Link copied to clipboard
Adapts this block-level content to inline content. Wrapped content is identical, allowing seamless conversion when a function parameter expects InlineMarkdownContent but receives MarkdownContent.
Link copied to clipboard
Chains two expressions together, which is used in ComposedExpressions.
Link copied to clipboard
Link copied to clipboard