Other/REST
Markdown
Confused about "Markdown"?
Let us know how we can improve our documentation:
LAST EDIT Mar 05 2021
// these docs are mainly for the low level clients, a dedicated section for SDK features could be useful
All the SDKs automatically manage a subset of the Markdown syntax.
Feature | Syntax |
---|---|
bold (strong emphasis) | **text** or __text__ |
italic (emphasis) | *text* or _text_ |
strikethrough | ~~text~~ |
block quote | > text |
link | [text](url) |
Markdown parsing can be disabled in the SDKs configuration files:
1
2
3
// /UI/Style/MessageViewStyle.swift
messageViewStyle.markdownEnabled = true
1
// TBD
1
// TBD
1
// TBD