icon
menu

Markdown

Markdown is supported for resource descriptions, relation descriptions, sequence step descriptions, and perspective notes. Markdown allows you to add bold, italicized, and code text, insert links, and add links to perspectives.

The following examples show how markdown can be added to a resource’s description.

Code Result
- name: Resource B
  subtitle: A resource
  description: This description has **bold** text
A resource with bold text in the description
- name: Resource B
  subtitle: A resource
  description: This description has *italicized* 
  text
A resource with italic text in the description
- name: Resource B
  subtitle: A resource
  description: This description has `code` text
A resource with code text in the description
- name: Resource B
  subtitle: A resource
  description: This description has a
  [link](https://www.ilograph.com)
A resource with a link in the description
- name: Resource B
  subtitle: A resource
  description: This description has a link to
  the [Code] perspective
A resource with a link to a perspective in the description

All special characters used in markdown can be escaped with a backslash (\) character.

While these examples show markdown used in resource descriptions, keep in mind that markdown can also be used in perspective notes, walkthroughs, and relation and sequence step descriptions.