v.21.6Improvement

Some values no longer aligned center in Markdown table cells

Some values were formatted with alignment in center in table cells in Markdown format. Not anymore. #23096 (alexey-milovidov).
Removed center alignment formatting for some values in table cells when using Markdown output format.

Why it matters

Previously, certain values in table cells were rendered with center alignment in the Markdown output format, which was inconsistent and unexpected. This change fixes the rendering to improve formatting consistency and accuracy in Markdown output.

How to use it

No specific action is required by users. The fix is applied automatically and affects the output of queries using the Markdown format, ensuring values are no longer center-aligned in table cells.