Skip to main content

Formatting text in the task description

Using markdown for bold, italics, bullets and other formatting

Written by Marie Hughes

If you need to add more information to a task description or highlight specific parts of the text, you can use more advanced formatting options. This only applies to the description and not checklists.

Here are a list of most useful tips for styling your tasks:

Headings

Try one of the following formatting options to adjust the size of your headings in the Task Description โœ๏ธ

# This is heading style 1
## This is heading style 2
### This is heading style 3

Using these above formats will give you different-sized headings like the screenshot here ๐Ÿ‘‡

Italics & Bold

To create a different look to specific words, you'll want to use one of the following three options ๐Ÿ–‹

Create italics, with *asterisks* or _underscores_.
Create bold, with **asterisks** or __underscores__.
Create bold and italics with _**asterisks and underscores**_.

This will change your text to this ๐Ÿ‘‡

Lists

Create bullet point lists using asterisks with a space after each item ๐Ÿ“

* Monday
* Tuesday
* Wednesday

These will give you bullet points like this ๐Ÿ‘‡

Links

Links can be a great way to direct teams to other websites ๐Ÿ”—
You can hyperlink text or post the link itself

My favourite website is [Trail](www.trailapp.com)

Here's a raw link: <http://www.example.com>

These links will look like this ๐Ÿ‘‡

Images

Images can be a great way to add more context to a task ๐Ÿ–ผ

Here is the Trail logo:
![Trail logo](https://www.trailapp.com/img/trail-logo.svg)

Which will look like this ๐Ÿ‘‡

Quotes

Quotes are handy for calling out content ๐Ÿ“ฃ

> This line is highlighted as part of a quote.

You'll end up with text like this ๐Ÿ‘‡

Dividers

Sometimes you'll want to separate things ๐Ÿ“
Use three or more hyphens to create a dividerย 

Use three or more Hyphens to create a divider
---
Use three or more Asterisks to create a divider
***
Use three or more Underscores to create a divider
___

And you'll end up with something like this ๐Ÿ‘‡


โ€‹

---

We use the Markdown syntax to convert the text you type into formatted text like you'd see in a word document. For full details of what's possible in markdown check out this website.ย 

Advanced formatting options aren't for everyone, so if you need a hand, drop us a line and we can help you achieve the layout you need.

Did this answer your question?