đź“ť Edit page
âž• Add page
Blockquote
Basic
> Sample text
Sample text
Multiline
> Sample text
>
> More text.
Sample text
More text.
Format
Put bold, headings, code, etc. in the blockquote.
> Sample **text**
>
>
> console.log("Hi")
>
> ```sh
> echo "Hi"
> ```
>
> - First point.
> - Second point.
Sample text
console.log("Hi")
echo "Hi"
- First point.
- Second point.
Icons
Admonition (guidance or warning) icons.
Note these aren’t supported in Jekyll at least without plugins, but you can see this page on GitHub here to see it rendered with GitHub Flavored Markdown.
Tip
> [!TIP]
> Use the keyboard shortcut `Ctrl + S` to quickly save your work.
[!TIP] Remember to test your code thoroughly before deploying it.
Note
> [!NOTE]
> This feature is only available in the premium version of the software.
[!NOTE] Please ensure you have the latest drivers installed for optimal performance.
Warning
> [!WARNING]
> Modifying these settings can cause system instability. Proceed with caution.
[!WARNING] Do not expose this equipment to extreme temperatures.
Caution
> [!CAUTION]
> Be careful when handling this chemical. Wear appropriate safety gear.
[!CAUTION] This area is under surveillance.
Important
> [!IMPORTANT]
> All users must change their passwords immediately.
[!IMPORTANT] The deadline for submission is approaching.