Hello Again

/default

GFM Feature Test

Task List (Checkboxes)

  • Write documentation
  • Implement renderer
  • Add unit tests
    • Table tests
    • Checkbox tests
  • Deploy to production

Strikethrough

This feature is deprecated and should not be used anymore.

You can also mix strike with bold and italic formatting.

Plain link: https://example.com

Secure link: https://golang.org

Email: test@example.com

Mixed Inline Formatting

This sentence contains bold, italic, inline code, and strikethrough.

Table With Formatting

Feature Supported Example
Bold Yes Strong text
Italic Yes Emphasis
Inline Code Yes fmt.Println()
Strikethrough Yes Old API
Link Yes https://golang.org
Checkbox Text Yes [x] Done
Feature Supported Example
Bold Yes Strong text
Italic Yes Emphasis
Inline Code Yes fmt.Println()
Strikethrough Yes Old API
Link Yes https://golang.org
Checkbox Text Yes [x] Done

Code Block

  
  



package main

import "fmt"

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



  
  

Edge Case Test