This documentation is for version 4.x. For the latest documentation, click here

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

It is possible to add special formatting to text entered in a Checklist item.

Markdown Syntax

Inserting HTML directly in an item is not permitted as it is a potential security risk. For this reason, Checklist supports a subset of markdown syntax to help you format your text. Allowed syntax are:

Emphasis

Put * around the text that you want to emphasize

Emphasize *important* aspects

Emphasis is rendered as italic.

Strong Emphasis

Put ** around the text that you want to emphasize

Emphasize **important** aspects

Strong emphasis is rendered as bold.

Hyperlink

Write URL directly in the text. URLsĀ are converted into hyperlinks. However, you can also put a text instead of the link by using this syntax:

Follow the [return policy](http://www.company.com/return-policy)

User Mention

Checklist recognizes theĀ @ symbol that is immediately followed by characters and apply a special formatting to it. For example:

Reviewed by architect @John

appears as:

While there are no other logic than special formatting, Checklist plans to offer in the future a @ mention similar to the one in JIRA and where users would be emailed when they are mentioned in the item.

Date Formatting

Checklist recognizes dates in the format: DD/MM/YYYY or MM/DD//YYYY and apply special formatting to it. For example:

Contact legal by 06/07/2016

appears as:

Emoji

Checklist also support a list of emoticons that can be inserted directly in the item.

EmojiCode
:-)
:-D
;-)
:-(
:-S
$-)
8O
8-)
(!)
(?)
(i)
(off)
(on)
(y)
(n)
(*) (*r) (*g) (*b)
  • No labels