Sandeep Suman
Sandeep Suman
2 min read

Categories

Tags

[TOC]

Introduction

This is a test post where I want check different feature of the site

Numbered List

  1. number one
  2. number two
  3. number three

unordered list

  • item one
  • item two
  • item three

check list

  • crossed choice
  • undecided choice

Mathematics typing

Inline math equation $ax^2 + bx + c = 0$ and it’s solution in

Blockquote

This is a blockquote paragraph this sould be indented and blocked.

Admonition

!!! Note “Please note that”

This is a note 

!!! warning “This is a warning”

This is a warning.

!!! tip “This is a tip”

This is a tip.

!!! important “This is really important.”

This is really important.

Code Block

print("hello world!")

# This is a comment
for i in range(10):
    print(i)

Embedding image

img