Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.21 KB

Markdown Basics.md

File metadata and controls

60 lines (47 loc) · 1.21 KB

#HTML

Heading 1

This is a paragraph. You can create upto 6 levels of headings using #.

You can create quote block using >.

Pressing Shift + Enter extends it into multiple paragraphs.

Heading 2

This is a hyperlink to learn the basic syntax of markdown. You can also use HTML tags to edit a markdown file. Click here for Extended Syntax Guide. The similar thing can also be done without using HTML tags by using alias. Click [[Markdown Basics#Images | here]] to learn about images.

Heading 3

This is Bold. This is italic. This is both Bold and italic.


<html>
	<head>
		<title>
			Code snippet using ~~~ or ```
		</title>
	</head>
</html>

Numbered list

  1. First item
  2. Second item
  3. Third item
  4. Fourth item

Bulleted list

You can use the following symbols to create an unordered list.

  • -
  • *
  • +

📝Note: \ is used as escaping sequence.

Checkbox

  • Unchecked Box
  • Checked Box

Subscript & Superscript

H2O
x2

Images

Logo