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 |
|
- name: Resource B subtitle: A resource description: This description has *italicized* text |
|
- name: Resource B subtitle: A resource description: This description has `code` text |
|
- name: Resource B subtitle: A resource description: This description has a [link](https://www.ilograph.com) |
|
- name: Resource B subtitle: A resource description: This description has a link to the [Code] perspective |
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.