Use markdown to format text when creating a new library item or questionnaire.
Table of Contents
- Headers
- Bold
- Italic
- Block Quote
- Ordered List
- Unordered List
- Horizontal Separator
- Link
- Strikethrough
- Tables
Use up to six hashtags, followed by a space and then the header. More hashtags means smaller font size:
# Header1 - Header1
## Header2 - Header2
### Header3 - Header3
Surround bold text with two asterisks on either side:
**Bold Text** - Bold Text
Surround italic text with one asterisk on either side:
*Italicized Text* - Italicized Text
Use a greater than symbol followed by a space and then the quote:
> Block quote
Previous text...
Block quote
Write numbers with a period, space, and the information following:
1. First item
2. Second item
3. Third item
- First item
- Second item
- Third item
Write dashes then a space and the information following:
- First item
- Second item
- Third item
- First item
- Second item
- Third item
Have an empty line in between the text, three dashes, and the following text:
First section
---
Second section
Write the link title inside brackets then the link inside parentheses immediately after:
[title](https://www.example.com)
Surround the crossed out text with two tildes on either side:
~~Crossed out~~
Use the pipe symbol between each column with a space on either side with the text in between.
The top row will be bold.
Use colons and at least three dashes to execute justifications:
:--- for left justified
:---: for center justified
---: for right justified
| Left justified | Center justified | Right justified |
| :--- | :---: | ---: |
| Syntax | Description | Text |
| Header | Title | description |
Comments
0 comments
Please sign in to leave a comment.