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 1
## 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
1. Second item
Image*
undefined 
Blockquote*
undefined > my quote
Horizontal line
undefined ---
Link
undefined [Whaller](https://whaller.com)
Link to an article
Search and share a CMS article directly from a sphere.
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*
undefined <contact@whaller.com>
Emojis
undefined :wink: :boom: :camel:
Formatted code
undefined `code en line`
` ` `
code
en
paragraph
` ` `
List of definitions
Title
: Item 1
: Item 2
HTML
It is also possible to write HTML, however only the following tags are accepted:
- a
- abbr
- acronym
- address
- b
- big
- blockquote
- br
- caption
- center
- cite
- code
- col
- colgroup
- details
- dfn
- dl
- dt
- em
- font
- h1
- h2
- h3
- h4
- h5
- h6
- hr
- i
- img
- li
- mark
- ol
- p
- pre
- progress
- q
- small
- span
- strong
- sub
- sup
- table
- tbody
- td
- th
- thead
- tr
- u
- ul
- wbr
*Formatting not available in messages.
Updated on: 15/03/2023
Thank you!