Skip to content

Latest commit

 

History

History
78 lines (46 loc) · 1.23 KB

markdown.MD

File metadata and controls

78 lines (46 loc) · 1.23 KB

Markdown Syntax guide

Here’s an overview of Markdown syntax that you can use anywhere. Usually files with MD extension will interprep as markdown in Git.

Headers

# This is an <h1> tag

This is an < h1 > tag

## This is an <h2> tag

This is an < h2 > tag

###### This is an <h6> tag

This is an < h6 > tag

Emphasis

*This text will be italic*

This text will be italic

_This will also be italic_

This will also be italic

**This text will be bold**

This text will be bold

__This will also be bold__

This will also be bold

_You **can** combine them_

Lists

* Item 1

* Item 2

* Item 2a

* Item 2b

  • Item 1
  • Item 2
  • Item 2a
  • Item 2b

Images

![GitHub Logo](/images/logo.png) GitHub Logo Format: ![Alt Text](url)

Links

http://github.com - automatic! GitHub GitHub

Blockquotes

> Education is a commitment to excellence

> in Teaching and Learning.

The Master Said:

Education is a commitment to excellence in Teaching and Learning.

Inline code

to add an inline <href> code.

to add an inline <href> code.

more: https://docs.gitlab.com/ee/user/markdown.html