rich-text icon indicating copy to clipboard operation
rich-text copied to clipboard

Libraries for handling and rendering Rich Text 📄

Results 160 rich-text issues
Sort by recently updated
recently updated
newest added

Hey, this afternoon, I was discovering Gatsby and Contentful. I created a Blog Post content type, classic. But when I wanted to display my body (rich text), I didn't understand...

I have the following set up in my Gatsby template, unfortunately, the embedded entry (which is markdown) isn't formatting the headings or bold. Is this a limimiation of the react...

Can you retrieve a markdown field as richtext from the API? As far as I can see, `@contentful/rich-text-from-markdown` is only for js/ts, but I would like to work with my...

I am retrieving a `Rich Text` field from my Contentful model and since I have not introduced any types into it, the GraphQL blows up when I try and retrieve...

13.4.0 introduced a regression for us. Where we were passing a list of nodes to render documents, we now require entire documents. This change will allow you to pass a...

If any custom renderers are defined for the Contentful rich text type, `gatsby develop` breaks unless the `.cache` folder is cleared before running `gatsby develop` again. If `.cache` is not...

bug

Hyper link assets are rendered like this by default in the react renderer: ![image](https://user-images.githubusercontent.com/841788/66638316-fa0a7080-ec14-11e9-9c7e-daf5c1f98459.png) They should be rendered as shown in the rich text editor, as links.

**Issue/Background** We're in the midst of migrating a long-text field to rich-text. Our long text fields currently contain a mix of markdown/html including some `` and` ` tags. Initially we...

https://github.com/contentful/rich-text/issues/58 Add to make it clean that it is required if you use `EMBEDDED_ASSET` or `EMBEDDED_ASSET` in rich text

Hi team! 👋 I'm trying to alternate certain props when embedded-entry's of a certain type are next to each other (think table rows style where they're styled differently for even/odd)...