1. Features
  2. Rally for Admins

Formatting Action Item Descriptions with Markdown

This article will cover how Admins can use Markdown to customize the formatting of their Action Item descriptions. We break down how to add links or line breaks, format words as bold or italic, and create lists.

Markdown is an easy-to-write computer language that will allow you to create formatted text within your Action Item Descriptions in Rally.

You may want to format your Action Item descriptions to make them easier to read or understand, to emphasize important aspects of your description, or if you want to provide a link to external resources for your Mobilizers to use or share with their Contacts.

Note: If you want a link to be clickable, you MUST format it using Markdown.

Links

A link is created by enclosing the text you want to show in square brackets [Link text] and following it immediately with the URL in parentheses (https://example.com).

What you input as an Admin

What the Mobilizer will see

We've got a resource to help you persuade your friends to support Jana: [Talking Points](https://www.relentless.vote/what-is-it)

We've got a resource to help you persuade your friends to support Jana: Talking Points

Line Breaks

Line breaks can be added the way you normally would – by adding two subsequent newlines (press “return” twice) in your text.

What you input as an Admin

What the Mobilizer will see

This is the first line.


This is the second line.

This is the first line.


This is the second line.

Bold and Italics

To bold text, surround the text you want bolded with two asterisks ( ** ) on each side.

To italicize text, you can either surround your text with a single underscore ( _ ) or a single asterisk (*). You cannot combine both to italicize a single piece of text. 

Note: if you want to italicize a portion of a word, you must use asterisks.

What you input as an Admin

What the Mobilizer will see

The last two words in this sentence **are bold**.

The last two words in this sentence are bold.

We can use italics to emphasize _full words_, or we can use italics for *par*tial *emph*asis.

We can use italics to emphasize full words, or we can use italics for partial emphasis.


Creating Lists

To create a bulleted list, start on a new line for each item in the list, and at the start of the line, type a dash ( - ), asterisk ( * ), or plus sign ( + ).

Numbered lists can be created similarly by starting each new line with a number followed by a period. It is not required for all the numbers to be in sequential order, but the first item should begin with “1.”

What you input as an Admin

What the Mobilizer will see

This is an unordered list of ice cream flavors:

* Vanilla

* Chocolate

* Cookies and Cream

* Rainbow Sherbet

This is an unordered list of ice cream flavors:

  • Vanilla
  • Chocolate
  • Cookies and Cream
  • Rainbow Sherbet

This is an objective ranking of the best ice cream flavors:

1. Cookies and Cream

1. Any other flavor

1. Rainbow Sherbet

This is an objective ranking of the best ice cream flavors:

  1. Cookies and Cream
  2. Any other flavor
  3. Rainbow Sherbet