Markdown syntax is currently supported at the Space item description level, and when you choose to add a note to your Space. Markdown support allows you to apply rich formatting such as making text bold, italicized and clickable with custom links.
Headings
To create a heading, add one to six #
symbols before your heading text. The number of #
you use will determine the size of the heading.
# The largest heading
## The second largest heading
###### The smallest heading
Lists
You can insert ordered and unordered lists.
Ordered list:
1. Item A
2. Item B
3. Item C
Unordered list:
- Item A
- Item B
- Item C
Text styles
Style | Example | Output |
Bold | **This is bold text** | This is bold text |
Italic | *This is italicized text* | This is italicized text |
Bold and nested italic | **This is _important_ text** | This is important text |
All bold and italic | ***All of this is important*** | All of this is important |
Links
Create inline links by wrapping link text in brackets and wrapping the URL in parentheses.
Click [here](https://www.neeva.com) to view Neeva
You can generate links to search queries by replacing the URL with a query. All Neeva lenses are supported, for example @map etc.
Search for [pizza](pizza)
Search for [coffee in San Francisco](@map coffee San Francisco)
Quoting text
You can quote text with a >
.
This text is not quoted
> This is a quote
Inline code
You can insert code snippets by enclosing text with backticks.
This is a `code` sample.
Code blocks
You can insert blocks of code with three backticks.
```
This is a code block
```
To use markdown within the Space item description field:
- Open the Space you would like to edit
- Click the "..." next to the Space item you want to edit the description for
- Click "Edit"
- Use syntax above within your descriptions
- Click "Save"
Example of a Space item description with markdown syntax:
To use markdown when adding a new note to your Space:
- Open the Space you want to edit
- Click "Add new item" on the right of the Space
- Click on "Note"
- Add a note using the markdown syntax provided above
- Click "Save:
Example of a note with markdown syntax:
Want to learn more? Join our community of Neeva Space Makers on Slack.