Markdown Cheatsheet#
Various text fields in FAIR Wizard can be formatted by using Markdown formatting language. Here you can get a basic overview of what can be achieved with Markdown.
Basic Syntax#
These are the basic Markdown elements supported by all applications.
Formatting | Markdown Syntax |
---|---|
Heading 1 |
# Heading 1 |
Heading 2 |
# Heading 2 |
Heading 3 |
# Heading 3 |
Heading 4 |
# Heading 4 |
Heading 5 |
# Heading 5 |
Heading 6 |
# Heading 6 |
Bold text | **Bold text** |
Italic text | *Italic text* |
Blockquote |
> Blockquote |
|
1. First item 2. Second item 3. Third item |
|
- First item - Second item - Third item |
Code
|
`Code` |
|
--- |
FAIR Wizard | [FAIR Wizard](https://fair-wizard.com) |
![](https://fair-wizard.com/static/fair-wizard-logo.svg) |
Extended Syntax#
These elements extending the basic syntax are supported in FAIR Wizard.
Formatting | Markdown Syntax | ||||||
---|---|---|---|---|---|---|---|
|
| Name | Value | | --- | --- | | Dataset 1 | 123 | | Dataset 2 | 211 | |
||||||
|
``` Codeblock ``` |
||||||
|
~~Strikethrough~~ | ||||||
|
- [x] Task 1 - [ ] Task 2 |