Tips & Tricks

@@Markdown_logo@@

Markdown

Page break 1

 
<div style="page-break-after: always;"></div>
 

A blank line after the <div> is mandatory.

Markup

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 &lt;mark&gt;</fieldset>
NoteGithub removes the HTML tag <mark> - but they will be visible on Github Pages!

Alerts 2

WarningNOT available Github Pages - only in Github Source!
> [!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.


  1. (Based on - pagebreak in markdown while creating pdf). 

  2. (Snip from - Basic writing and formatting syntax - Alerts