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

i am using conentful in react and i am getting the following warning when i run on dev mode. Failed to parse source map from 'C:\Selva\Bootstrap\reactapp\myapp\node_modules\@contentful\rich-text-types\src\blocks.ts' file: Error: ENOENT: no...

React scripts 5.0.0 fails to include the TypeScript source file of the @contentful/richt-text-types. It refers to the source folder for each type, and this folder is not being included in...

richTextFromMarkdown doesn't seem to recognize line breaks. Markdown with two spaces and a line break should generate a \n in the text node in contentful rich text, but it just...

Hi, I'd link to add hyperlinks and links to entries in my rich-text field. Is there a way to receive data from the linked entry? Currently I'm only getting the...

Hello, I am not seeing v15.13.x (specifically looking for 15.13.1) on npm. Only 15.12.1 is showing. https://www.npmjs.com/package/@contentful/rich-text-react-renderer

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

I am trying to have a link to go to a certain section of the page, this basically means setting the `name` field of an `` tag and linking to...

I'm having trouble figuring out how to get images from a Contentful rich text field and to render each images in different styles.I want to render it in react js....

As per title, @contentful/rich-text-from-markdown does not support table headers in markdown. When I have this in markdown: ``` | Header 1 | Header 2 | | --- | --- |...