extension-gfm-alerts
0.15.1
jvm
extension-gfm-alerts
/
org.jetbrains.jewel.markdown.extensions.github.alerts
/
Alert
Alert
interface
Alert
:
MarkdownBlock.Extension
Inheritors
Note
Tip
Important
Warning
Caution
Members
Types
Caution
Link copied to clipboard
data
class
Caution
(
val
content
:
List
<
MarkdownBlock
>
)
:
Alert
Important
Link copied to clipboard
data
class
Important
(
val
content
:
List
<
MarkdownBlock
>
)
:
Alert
Note
Link copied to clipboard
data
class
Note
(
val
content
:
List
<
MarkdownBlock
>
)
:
Alert
Tip
Link copied to clipboard
data
class
Tip
(
val
content
:
List
<
MarkdownBlock
>
)
:
Alert
Warning
Link copied to clipboard
data
class
Warning
(
val
content
:
List
<
MarkdownBlock
>
)
:
Alert
Properties
content
Link copied to clipboard
abstract
val
content
:
List
<
MarkdownBlock
>