Contents

Introduction

This section provides a summary of Markdown that you will frequently utilize. The Markdown format utilized is GFM or GitHub Flavored Markdown.

Please note that your Squirrel U content should only be utilizing Markdown as opposed to embedding other languages such as HTML. This will help maintain styling and consistency throughout the site.

Prerequisites

  • None

Content Basics

Italics

Use single asterisk (*) or underscore (_) characters around content which you would like to render in italics.

Markdown:

class="highlight">
1
class="highlight">
1
class="highlight">
1
class="highlight">
1
class="highlight">
1
class="highlight">
1
class="highlight">
1
class="highlight">
1
class="highlight">
1
2
3
4
5
class="highlight">
1
2
class="highlight">
1
2
3
4
class="highlight">
1
2
3
4
class="highlight">
1
2
3
4
class="highlight">
1
2
3
4
5
class="highlight">
1
2
3
4
class="highlight">
1
2
3
class="highlight">
1
2
3
4
5
6
class="highlight">
1
1
code

Escape Evaluation

To display code blocks or plain text that is not evaluated as Markdown, fence the text with 3 backtick (`) characters.

Markdown:

Renders into:

class="highlight">
1