Use markdown to format text

  • Updated

Wire supports markdown on all platforms.

On all platforms

In order to display italic, bold, or parts of code, it is possible to use the following syntax to format some text inside any conversation on Wire:

Markdown used Displayed as
_some text_ some text
*some text* some text
**some text** some text
_**some text**_  some text
`some text` Screen_Shot_2017-04-19_at_11.22.53_AM.png

```
code
longer block of code longer block of code longer block of code longer block of code longer block of code
```

Bildschirmfoto 2024-04-08 um 12.56.27.png

[Wire](www.wire.com)

Wire
[Conversation](wire://conversation/conversation-id)

 

Link to a conversation

[Name](wire://user/user-id)

Link to a contact’s

profile

# Heading 

 

Note: If you want to start a line with "#" without that line being a heading, you need to "escape" the symbol with a backslash, like this: "\#"

Heading

 

 

Additionally on mobile devices

Inside a conversation, select the formatting button Markdown.png to activate markdown.

Then select one of the following:

  • Heading H1.png 
  • Bold Bold.png
  • ItalicsItalic.png
  • Numbered list List_numbered.png 
  • List List.png 

Only on iOS

  • Code Code.png
  • # H1, ## H2, ### H3 syntax to create headers of various sizes
  • Start a line with a number followed by a period and at least one space to create a numbered list (for example, 1. Buy milk)
  • Start a line with either "-", "+", "*", or "• ", followed by at least one space, to create a bullet list (for example, - Buy milk)
  • Convert text to a link by using the syntax [link title](link URL).
    For example, [tap me!](www.wire.com) will display tap me! as a link. When people tap it they get directly to Wire’s homepage.
    Note: for security reasons, this will only work if the link title is not a URL and the link URL is valid.

 

Was this article helpful?

25 out of 30 found this helpful

Have more questions? Submit a request