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 · May be fixed by #118
Open

Links in rich text #114

DarkForest571 opened this issue Jul 8, 2024 · 0 comments · May be fixed by #118

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

@tahpee tahpee linked a pull request Oct 24, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant