Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Code Block
Emphasize *important* aspects

Emphasis is rendered as italic.

Strong Emphasis

Put ** around the text that you want to emphasize

Code Block
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:

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


Jira Issue Link

Checklist recognizes any issue key that follows the Jira's standard. So

No Format
Fix issue PROJECT-10

will appear as

Image Added

Warning

In order to support users who would previously have used hyperlinks with issue keys, the issue key cannot be surrounded by any character other than spaces. If you want to enclose the key within brackets simply leave spaces around the key.

For example, write [ PROJECT-10 ]  instead of doing [PROJECT-10].

User Mention

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

Code Block
Reviewed by architect @John

appears as:

Info

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:

Code Block
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)


Filter by label (Content by label)
showLabelsfalse
showSpacefalse
sorttitle
cqllabel in ("viewing_checklist","editing_checklist","setting_item_status","exporting_importing","bulk_editing","searching_checklist","integration_addons") and type = "page" and space = currentSpace()


Page Properties
hiddentrue


Related issues