We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d8841 commit 322459fCopy full SHA for 322459f
1 file changed
src/robusta/integrations/slack/sender.py
@@ -195,7 +195,7 @@ def __to_slack_table(self, block: TableBlock):
195
table_rows.append(f"● {row[0]} `{row[1]}`")
196
197
table_str = "\n".join(table_rows)
198
- table_str = f"{block.table_name} \n{table_str}"
+ table_str = f"{block.table_name} \n```\n{table_str}\n```"
199
return self.__to_slack_markdown(MarkdownBlock(table_str))
200
201
return self.__to_slack_markdown(block.to_markdown())
0 commit comments