Skip to content

Commit

Permalink
Tweak Slack formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Nov 6, 2024
1 parent 46cebda commit 85d3d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slack_annotations/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def format_annotation(annotation):
"type": "section",
"text": {
"type": "mrkdwn",
"text": f"**{annotation['user_info']['display_name']}:** {annotation['text']}"
"text": f"*{annotation['user_info']['display_name']}:** {annotation['text']}"
}
}

Expand Down

0 comments on commit 85d3d0f

Please sign in to comment.