Meeting Minutes for Trello
Emojis and markdown
Emojis
Emojis are supported as long as a windows equivalent exists. There are only few emojis that will not be translated as shown in Trello or not translated at all (resulting in “n.a.”).
Markdown
The following markdown formatting is supported in Meeting Minutes for Trello:
Markdown character(s) |
Format |
Example |
** |
bold |
**important text** → important text |
_ (underscore) |
italic |
_italic text_ → italic text |
~~ |
strikethrough |
~~crossed out text~~ crossed out text |
``` |
code block |
code
|
` |
Inline code |
let variable = true;
|
--- |
horizontal rule |
|
> |
quotes |
❞ some quoted text |
1. first item |
numbering |
1. first item |
- bullet point 1 |
bulleted list |
● bullet point 1 |
# Header 1 |
header |
Header 1 |
#0066CC |
hex color codes |
#0066CC |
@@ @ |
mention |
@@johndoe → @@johndoe |