Skip to content

Latest commit

 

History

History
103 lines (67 loc) · 1.22 KB

Day3_md_syntax_for_documentation.md

File metadata and controls

103 lines (67 loc) · 1.22 KB

Markdown Syntax

Headings (# -> ######)

Heading3

Heading4

Heading5

Heading 6

bold, italic

I'm in bold font style

I'm also in bold font style

I'm in Italic font style

I'm also in Italic font style

I'm in bold and Italic font style

I'm also in bold and Italic font style

  • Point1
  • Point2
  • Point3
    • Subpoint1
    • Subpoint3
      • SubSubPoint1
    • Subpointt4
  • Point4

  1. Step1
  2. Step2
    1. SubStep1
    2. SubStep1
      1. SubSubStep1
    3. SubStep2
  3. Step3

a = input()
print(a)
for i in range(1,5):
  print(i)
#include<stdio.h>
main()
{
  printf('Hello');
}
<H1>Heading1</h1>

'''Wear a mask stay safe'''


ImageDescription

HelloWorld

Click to open Google

Table

Roll Number Name Attendance
1930 Hema P
18p3 Sreehitha P
Y2001 Kishore P
  • Headings
  • Image
  • Hyberlink
  • Lists
  • Strikeoff line

I'm cancelled

👍 🐫 😁😃 🐱