Articles on: Discover Whaller
This article is also available in:

How to format your messages with Markdown

On Whaller you can personalize your texts (messages, comments, Markdown widgets, charters, profile bio, invitation email) using Markdown.



Below is a guide for the syntax to use:


Headings


## Heading level 2
### Heading level 3```

## Colors

``` <font color='red'>a text in red</font>
<font color='blue'>a text in blue</font>
<font color='green'>ua text in green</font>```


## Lists

Unordered list


  • First item
  • Second item 
    • Indented item 
    • Indented item 
  • Third item


Ordered list1.


  1. First item
  2. Second item

## Image*

alternative text


## Blockquote*

my quote


## Horizontal line

##
Link 

Whaller


## Link to an article

Search and share a CMS article directly from a sphere.

![](https://storage.crisp.chat/users/helpdesk/website/7583eaf33d7a1c00/1c7b90a5-6f89-4140-8834-55db65_ygk4c2.png)

##
Emphasis

``` _italicized text_ or *italicized text*
__bold text__ or **bold text**
___bold and italicized text___ or ***bold and italicized text***


Table


To create a table you must place a dash (-) under the header row and separate the columns with "|". You can also specify the alignment by using ":" .


| Left-aligned | Center | Right-aligned |
|:-|:-:|-:|
| Left aligned | this text | Right aligned |
| Left aligned | is | Right aligned |
| Left aligned | centered | Right aligned |


Generate a table from a spreadsheet


Email address* 


 <contact@whaller.com> 


Emojis


 :wink: :boom: :camel:


Formatted code


 `code en line` 


` ` `
code
en
paragraph
` ` `


List of definitions


: Item 1
: Item 2


HTML


It is also possible to write HTML, however only the following tags are accepted:






















































*Formatting not available in messages.

Updated on: 15/03/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!