Skip to content

[BUGFIX] - Fixing infinite loop of code block within table cell.

Latest
Compare
Choose a tag to compare
@ivanaveliskova ivanaveliskova released this 23 Sep 14:24
a384dbd

When a code block was within a table cell such as from a confluence import, the normalizer would go into an infinite loop trying to remove everything and then the card would never load. This adds a fix for this issue to essentially remove any parts of the code block inside the table cell before it starts looping infinitely.