Skip to main content

Markdown Formatting

Team of TeamOK avatar
Written by Team of TeamOK
Updated over 3 months ago

TeamOK supports basic markdown formatting to make communication clearer and more expressive. The following formats are supported:

  • Bold: **text**

  • Italic: *text*

  • Strikethrough: ~~text~~

  • Inline code: `code`

  • Lists:

    • Bullet: - item or * item

    • Numbered: 1. item

  • Headings: # Heading 1, ## Heading 2, etc.

This formatting enhances message readability, particularly in team discussions and official communications.

Did this answer your question?