Skip to content

Latest commit

 

History

History
118 lines (90 loc) · 1.76 KB

README.md

File metadata and controls

118 lines (90 loc) · 1.76 KB

Markdown Practice

bye world

three

four

five
hi

This is html


Hello world this is bold letters. And italic letters . we can also use basic html tags hi this is red color

this is a soft break example
see this hello this is abhi

this is hard break this is a link

using reference link Another link

imagelogoref

---

"this is an improtant text"

- an important guy


  • hey

    • i
    • am
      • playing
    • heide
  • heelo

  • three


  1. hi

    1. bye
    2. hello
    3. change
  2. Back to normal


c++ code snippet

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        cout<<"Hello world";
        return 0;
    }

for installing something

npm install dotenv
curl https://www.hello.com

Tables in markdown


Name Age Height
John 15 55
Abhishek 18 88

strike

~~Hello world ~~


Milestones

  • Milestone1
  • Milestone2
  • Milestone3
  • Milestone4
  • Milestone5
  • Milestone6

Subscript and Superscript

X1
X2

Rendering with latex

LaTeX in MD Inline: $\phi^{2}=3.14$
LaTeX in MD Display: $$\phi^{2}=3.14$$