As of now there is no implementation for a RichText resolver, it would be a nice feature to add.
What I think is most important is:
- Paragraphs
- Headlines (all levels)
- Bold, italic, strike, underscore
- Links
- Ordered lists, unordered lists
- Pictures
- Quotes
What is think is less important:
- Inline code
- Code block
- Horizontal rule
- Rendering of blocks (although a nice feature)
The JavaScript client got a similar feature:
https://github.com/storyblok/storyblok-js-client/blob/main/src/richTextResolver.ts
As of now there is no implementation for a RichText resolver, it would be a nice feature to add.
What I think is most important is:
What is think is less important:
The JavaScript client got a similar feature:
https://github.com/storyblok/storyblok-js-client/blob/main/src/richTextResolver.ts