Skip to content

Latest commit

 

History

History
144 lines (97 loc) · 2.38 KB

File metadata and controls

144 lines (97 loc) · 2.38 KB
title authors tags featured status excerpt feature_image sidebar_toc slug
default hn reddit
new default title
title from glee to HN
title from glee to reddit
sample@gmail.com
draft
true
draft
This is a excerpt
./test_images/smiley.png
true
testing-glee-1

My Simple Markdown File

This is basic Markdown file with some common formatting elements.

Headers

You can create headers using the # symbol. There are six levels of headers:

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

Text Formatting

You can make text bold using double asterisks or double underscores, and you can make it italic using single asterisks or single underscores.

Lists

Ordered List

  1. Item 1
  2. Item 2
  3. Item 3

Unordered List

  • Item A
  • Item B
  • Item C

Links

You can attach links like this: glee.

Images

You can embed images like this:

jpg

sticky

png

Markdown Logo smiley

jpeg

jpeg

gif

gif

svg

svg

ico

ico

heic

Code

You can include inline code using backticks () like code`.

For code blocks, use triple backticks (```):

def hello_world():
    print("Hello, world!")
func getTOMLFile(configPath string) {
	fmt.Printf("The configuration file at %s was not found.\n", configPath)

	var configResponse string
	fmt.Print("Would you like me to create the configuration file? (yes/no): ")
	fmt.Scanln(&configResponse)

	if configResponse == "yes" || configResponse == "y" {
		// Your existing code to create the configuration file
		// ...

	} else {
		os.Exit(0)
	}
}

Table

Name Age Occupation
John 30 Engineer
Mary 25 Designer
Richard 35 Teacher

support html

  • Coffee
  • Tea
    • Black
    • Green tea
  • Milk

suppport for local video upload