toggle menu
gfm-alerts
0.24.1
jvm
switch theme
search in API
gfm-alerts
/
org.jetbrains.jewel.markdown.extensions.github.alerts
/
Alert
Alert
sealed
interface
Alert
:
MarkdownBlock.CustomBlock
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
>