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

A package to convert Shopify's rich text schema to an HTML string

Results 4 shopify-rich-text-renderer issues
Sort by recently updated
recently updated
newest added

In this PR, I add a way for developers to apply a string of classes directly to each HTML element. This would be especially useful for developers using an atomic...

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1. Changelog Sourced from tar's changelog. Changelog 7.0 Rewrite in TypeScript, provide ESM and CommonJS hybrid interface Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry')...

dependencies

Thanks for the library, it's been very helpful 👍 We've found Shopify's rich text editor returns new line characters within text nodes which HTML ignores. This PR therefore converts them...

Add a react component to the docs/readme. Still need to add more context. I also did some clean up. **Example:** React/Hydrogen Component Example ```javascript import { convertSchemaToHtml } from '@thebeyondgroup/shopify-rich-text-renderer'...