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).Why it matters
Previously, certain values in table cells were rendered with center alignment in theMarkdown 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 theMarkdown format, ensuring values are no longer center-aligned in table cells.