blockkit
blockkit copied to clipboard
Links in rich text
There is no class for links in rich text. Markdown text can't be used in this case cause it can't be placed in a rich text block. Example message json -
{
"blocks": [
{
"type": "rich_text",
"elements": [
{
"type": "rich_text_section",
"elements": [
{
"type": "text",
"text": "Hello there, I am a basic "
},
{
"type": "link",
"url": "https://www.google.com/",
"text": "rich text link!"
}
]
}
]
}
]
}
And in builder