Certain HTML/Markdown causes page to crash

Bit of an odd one, I’m implementing email tracking via Make and to get the email body to display nicely in Noloco I’m converting the HTML body to Markdown. However, with a record just created during my testing, the page completely crashes when trying to view it.

Here’s a link to the record: https://ethos-hubspot.noloco.co/emails-1/view/recKwXrYFyqry9QYn?_parentPage=eyJlbmFibGVkIjpmYWxzZSwiZWxlbWVudElkIjoiR00tTU1TZkk0IiwicGFyYW1zIjp7Il9xIjoiZXRob3MifX0%3D&_parentPage=eyJlbmFibGVkIjp0cnVlLCJlbGVtZW50SWQiOiJHTS1NTVNmSTQiLCJyZWNvcmRJZCI6InJlY0JsZTNvTzZuQXNUNllBIiwidGFiIjoiZW1haWxzIiwicGFyYW1zIjp7fX0%3D

For now I have set the field type back to default instead of Markdown so the page will actually load.

There is a portion of the body that is still HTML as we cannot convert tables to markdown, so it could potentially be that which is causing the page to crash, but I’m not sure as my first email test was before I was converting to Markdown so it is pure HTML (granted, without tables) and that loads fine.

And here’s a link to the table: https://ethos-hubspot.noloco.co/_/data/internal/eisWorkbaseTable28?lt=data

The most recent record (3) being the one which is causing the page crash.

And for reference, this record displays perfectly fine in Airtable:
image

@EthosLuke - we’re aware of this, and currently we don’t support/encourage any HTML in our markdown displays

Sorry for any inconvenience this might cause

No worries, I’ll see if I can’t strip any remaining HTML tags after the conversion to Markdown