We have an existing layout, when the section goes through the loop it adds <br> and nested <p> tags when wpv-conditional is not satisfied. The code below is the table that is being used in part of the layout.
https://pastebin.com/wUugefJL
When you look at a product, hidden link the "Nutritional Information" tab has a large whitespace before the table being generated. If I remove the all wpv-conditional shortcodes and just leave <tbody></tbody> tags
Realized that the spaces and line breaks after the toolset shortcodes show up as content now. After sanitizing my data it is being displayed properly.