Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links in rich text #114

Open
DarkForest571 opened this issue Jul 8, 2024 · 0 comments
Open

Links in rich text #114

DarkForest571 opened this issue Jul 8, 2024 · 0 comments

Comments

@DarkForest571
Copy link

DarkForest571 commented Jul 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant