NordSecurity / storyblok-rich-text-astro-renderer

Storyblok Rich Text Renderer for Astro
MIT License
24 stars 6 forks source link

docs: update README with which nodes/marks are unsupported #45

Closed edvinasjurele closed 1 year ago

edvinasjurele commented 1 year ago

Context

When releasing initial version of the package it was not clear which nodes and marks are supported. Moreover we have been added types to Schema as if they are supported, which was a wrong call.

The supported functionality is visible in https://github.com/NordSecurity/storyblok-rich-text-astro-renderer/blob/main/lib/src/utils/resolveRichTextToNodes.ts (or the tests file)

Changes