Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.03 KB

Sample.rst

File metadata and controls

60 lines (48 loc) · 1.03 KB

This is How We Give Headings

BlockQuotes

This is a blockquote and this is the second line of blockquote

This is a nested blockquote This is the second line of nested blockquot

TextFormatting

You can put the text in Itallic or Bold and This text is code

Lists

  1. Pavan
  2. Pavan2
  3. Pavan3

Unordered Lists

  • Apple
  • Oranges
  • Grapes
    • Black Grapes
    • Yellow Grapes
  • Bananas

Tables

Country Capital
Japan Tokyo
India Delhi
France Paris

Links

Direct Link can be given https://github.com that would automatically converted to link. GitHub

Code

import java.util.Scanner
fun main(){
  println("This is a bit hard to learn")
}

Pavan: