Chip ( @maguire )
Strange. I don't have a good answer, but at least I know what you're talking about now.
It seems that the blocks are messing up handling of the equation display. I am seeing multiple sentences cut off by ellipsis, so it's almost like the presence of the blocks resets the notion that it has already done the first ellipsis.
This could be an oversight in the equation handling, it's relatively new and perhaps they didn't consider this use.
I tried some quick things to see if I could find something (kids are pressuring me to go to the pool, so I didn't get to do an in-depth analysis). I removed the span elements and they didn't make any difference. Changing the pre to a div didn't make a difference. Removing the display="flex' didn't fix things. Removing the nested divs didn't make a difference. Removing the divs didn't matter. It seems related to the equations and then only the \[ \], not the \( \).
I was able to replace \[ \] with \( \) and then center the paragraph and it was hidden. Of course, \( \) and \[ \] have different sizing so adding a \displaystyle could help. Still, that sounds like a huge hack for something that appears broken.
I also noticed what looks like an improperly nested span for the language (the Sweedish span is inside the English) in the pre at the top, but fixing that didn't fix the problem.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.