icon
menu

Markdown

Resource descriptions and perspective notes both support markdown. Markdown allows you to add bold, italicized, and code text, insert links, and add links to other 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 be used in both perspective notes and walkthroughs as well.