-
Notifications
You must be signed in to change notification settings - Fork 5
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
add airtable rich text support #240
Conversation
When a field is defined as 'markdown' in output query mapping it is parsed from markdown syntax to HTML.
… add/airtable-rich-text-support
Very cool! Also nice to have a
I'm able to manually add a However, this seems like it should be part of the default setup. Is something broken, or is this intended behavior? Thank you! |
… add/airtable-rich-text-support
@alecgeatches Thank you for testing this. I've pushed a small fix which resolves this - 9500e5b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alecgeatches This seems to be happening because we add the HTML code inside the paragraph block and Gutenberg seems to add extra spacing for newlines. A proper fix for this is maybe using HTML block to render this markdown and also the markdown from the Github. As far as I know block binding doesn't yet have support for HTML block. Lets keep this and tackle it when we do have support for HTML block. |
Description
Note
JIRA: CAFE-1090
markdown
in output query mappings. The values are assumed as markdown string and is converted to HTML.Testing
To test these changes: