Who can use this feature?
🔐 Only workspace editors can use markdown commands.
⭐️ Available on free and paid plans.
The item editor supports an extended set of Markdown commands, providing a quick and easy way to format text using your keyboard. The commands are triggered when typed at the beginning of an empty line and followed by a space.
To view a list of available commands in Nuclino, open your profile menu by clicking on your profile picture in the top-right corner of the app and choose Hints and shortcuts.
Command | Result |
# | Large header |
## | Medium header |
### | Small header |
- | Bulleted list |
1. | Numbered list |
[ ] | Task list |
@ | Mention / Link to item |
``` | Code block |
> | Quote |
--- | Horizontal rule |
Command | Result |
**Bold** | Bold |
*Italic* | Italic |
`Code` |
|
[Link title](URL) | |
==Highlight== | Highlight |