Chat with us, powered by LiveChat

Text format

Markdown is a simple language used to add formatting to text. TimeCamp Planner uses a modified version of the Markdown syntax. 

It allows you to easily add bold, italics, links, lists, paragraphs, headers, images, and code blocks to text. The Markdown can be added to the card's description, tasks, comments, and chats. 

Here is the list of all available markdowns:

Bold text - wrap text in asterisks on each side, like *this*, to make it bold;


Italic text - wrap text in underlines on each side, like _this_, to make it italic;


Strikethrough text - cross out text by wrapping it in tildes on each side, like ~this~ ;


Underline - wrap text in double underlines on each side, like __this__ ;


Inline code - include inline formatted code by wrapping it in a single backtick (`) at the beginning and end of the code, like `this` ;


Links - Create a link by putting the link text in brackets and the URL in parentheses, like [text](https://www.timecamp.com/planner/) ;