paramander / contentful-rich-text-vue-renderer

Render Contentful Rich Text field using Vue
https://www.npmjs.com/package/contentful-rich-text-vue-renderer
MIT License
38 stars 12 forks source link

Multiple marks not rendering #11

Closed matthew-inamdar closed 4 years ago

matthew-inamdar commented 4 years ago

Hi there 👋

I want to start by acknowledging how great this package is! Thank you for your work on it.

I've run into an issue where a node with multiple marks is not being rendered. In my example, I have a paragraph with text that is both bold and underlined.

The result is that the text is not displayed at all.

Any help or advice would be fantastic; I can also provide code snippets if needed.

tolgap commented 4 years ago

Hi Matthew, thanks for the kind words.

If you could provide the snippet, I might be able to reproduce it.

tolgap commented 4 years ago

@matthew-inamdar I managed to reproduce your issue. The fix has been released as v1.1.5

matthew-inamdar commented 4 years ago

Thanks @tolgap 👍