ee7016fa54
Signed-off-by: cullvox <cullvox@outlook.com
13 lines
352 B
JSON
13 lines
352 B
JSON
{
|
|
"description": [
|
|
{
|
|
"text": "Hello, Component!",
|
|
"color": "blue",
|
|
"bold": true,
|
|
"italic": true,
|
|
"underlined": true,
|
|
"strikethrough": true
|
|
}
|
|
],
|
|
"expected_output": "<font color=\"blue\"><b><i><u><s>Hello, Component!</s></u></i></b></font>"
|
|
} |