@@Markdown_logo@@
<div style="page-break-after: always;"></div>
A blank line after the <div> is mandatory.
Highligting a snippet of text can (in some editors) be marked as:
- **This** *is* a ==highlighted== text
- **This** *is* a <mark>highlighted</mark> text
Note that Github removes the HTML tag <mark>
Just like <fieldset> etc
<fieldset><legend>Note</legend>Github removes the HTML tag <mark></fieldset>
> [!NOTE]
> Highlights information that users should take into account, even when skimming.
> [!TIP]
> Optional information to help a user be more successful.
> [!IMPORTANT]
> Crucial information necessary for users to succeed.
> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.
> [!CAUTION]
> Negative potential consequences of an action.
[!NOTE] Highlights information that users should take into account, even when skimming.
[!TIP] Optional information to help a user be more successful.
[!IMPORTANT] Crucial information necessary for users to succeed.
[!WARNING] Critical content demanding immediate user attention due to potential risks.
[!CAUTION] Negative potential consequences of an action.
(Based on - pagebreak in markdown while creating pdf). ↩
(Snip from - Basic writing and formatting syntax - Alerts) ↩