-
Notifications
You must be signed in to change notification settings - Fork 16
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
Implement support for rich_text blocks #107
Conversation
@imryche I've added the objects, elements, and block classes needed for rich text support in this pull request. It's already quite long so I stopped before diving into the generator aspects. I think those might be better in a second PR. What do you think? |
@parente Thank you for the substantial work you've put into this. Yeah, the generator part is definitely could wait and is less critical at this stage. |
Thanks for creating and maintaining this library, @imryche. I might try my hand at the generator PR as well. But as before, don't let me block you if you want to have at it. |
The documentation for rich text elements is very limited. I used this block kit playpen to explore the schema of each element, and constraints on their children and attribute values.