Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 702 Bytes

generated_example.md

File metadata and controls

44 lines (35 loc) · 702 Bytes

This is H1

This is plain text

This is H2 with text format

Text formatting, such as bold and italic, code styles.

Code Block

package main
import "fmt"

func main() {
        fmt.Println("Hello, World!")
}

List

  • Bullet Item 1
  • Bullet Item 2
  • Bullet Item 3
  1. Ordered Item 1
  2. Ordered Item 2
  3. Ordered Item 3

CheckBox

  • sample code
  • Go
  • strikethrough

Blockquote

If you can dream it, you can do it.

Horizontal Rule


Table

NAME AGE COUNTRY
David 23 USA
John 30 UK
Bob 25 Canada

Image

sample_image