Markdown
Presentations
v1.0
zero-schema
No description provided.
Required fields
PresentationType Data
Properties
PresentationType
string
required
This presentation is used to define a Markdown element in a presentation, specifically for displaying text with styling.
Allowed Markdown
Data
string
required
A string containing the markdown text to be displayed. This text can include formatting such as headers, lists, and emphasis.
Selectable
boolean
optional
Boolean value indicating whether the Markdown content should be selectable by the user.
Default
falseLineBreak
boolean
optional
A boolean value indicating whether line breaks should be preserved in the rendered Markdown.
Default
falseFitContent
boolean
optional
A boolean value indicating wheather a content should automatically fit within the container.
Default
falseShrinkWrap
boolean
optional
A boolean value indicating whether the Markdown widget should shrink-wrap its content.
Default
falseChild
object
optional
An optional object representing a child widget that can be included within the Markdown widget.