Merge pull request #646 from grafana/slack-resolution-note-formatting
Use markdown formatting for web based resolution notes
This commit is contained in:
commit
1bf75d601d
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ class UpdateResolutionNoteStep(scenario_step.ScenarioStep):
|
|||
author_verbal = resolution_note.author_verbal(mention=True)
|
||||
resolution_note_text_block = {
|
||||
"type": "section",
|
||||
"text": {"type": "plain_text", "text": resolution_note.text, "emoji": True},
|
||||
"text": {"type": "mrkdwn", "text": resolution_note.text, "emoji": True},
|
||||
}
|
||||
blocks.append(resolution_note_text_block)
|
||||
context_block = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue