[quote=@Mjolnir] Hey again, sorry lol. So I was working on tables today and I noticed another weird bug. The more rows that are in a table it adds more space above and below the entire table. I had a paragraph above a table and the spacing was normal, but as I added more rows to the table that gap got larger. From my experimenting it's nothing on my end. Just wanted to let you know! Thanks :) [/quote] This happens when you put a line break after the [/row]. [noparse][table][row][cell][/cell][/row] [row][cell][/cell][/row][/table][/noparse] The above will keep creating the extra padding. [noparse][table][row][cell][/cell][/row][row][cell][/cell][/row][/table][/noparse] The above will not.