Tips & Tricks

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!