hygraph / rich-text

A set of companion packages for Hygraph's Rich Text Field
MIT License
93 stars 18 forks source link

Images are being parsed as links #91

Closed ai-slave closed 1 year ago

ai-slave commented 2 years ago

When I'm using html-to-slate-ast:

<img src="https://media.graphassets.com/CgZ9oAgJRUyjnA2rj2x4" alt="Trailing twelve months statement" /> is being transformed as

{
  type: 'link',
  href: 'https://media.graphassets.com/CgZ9oAgJRUyjnA2rj2x4',
  title: 'Trailing twelve months statement',
  openInNewTab: true,
  children: [Array]
},