relate-app / gatsby-source-strapi-graphql

A Gatsby source plugin for building websites using Strapi as a data source
BSD Zero Clause License
32 stars 9 forks source link

Improve image regex #28

Closed pepijn-vanvlaanderen closed 2 years ago

pepijn-vanvlaanderen commented 2 years ago

The image parsing from html_block elements sometimes hangs until infinity. It seemed due to an issue in the regex, I have made some modifications to improve it.