Markdown Support

Markdown is a lightweight markup language that allows you to format text efficiently using plain text syntax. Here's a quick reference for using Markdown and editor shortcuts to streamline your content creation in Hudu. 

✏️ Editor Shortcuts

Use these keyboard combinations to format text and manage your content quickly:

ActionShortcut
BoldCTRL + B
ItalicCTRL + I
UnderlineCTRL + U
UndoCTRL + Z
RedoCTRL + Y
Insert LinkCTRL + K

🛠️ Markdown Formatting

Markdown lets you use simple symbols to apply formatting directly in the text. Below are commonly used elements:

Headers

SyntaxResult
# + SPACEHeader 1
## + SPACEHeader 2
### + SPACEHeader 3
#### + SPACEHeader 4

Other Formatting

FormatSyntax
Bulleted list- or * then SPACE
Numbered list1. then SPACE
Italic*TEXT*
Bold**TEXT**
Horizontal divider--- then SPACE
Was this article helpful?
0 out of 0 found this helpful