~bigbes/confluence-md-utilities

ref: fb67f6989dc2cabe60498e0e7b8f7a51e1e9826b confluence-md-utilities/testdata/sample.md -rw-r--r-- 685 bytes
fb67f698 — Eugene Blikh Initial commit: mdcx — Markdown to Confluence XML converter 2 months ago

#Introduction

This is a bold and italic text with inline code and strikethrough.

#Code Example

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

#Lists

  • Item one
  • Item two
    • Nested item
  • Item three
  1. First
  2. Second
  3. Third

#Table

Name Age Role
Alice 30 Engineer
Bob 25 Designer

Visit Confluence for more info.

Logo

#Blockquote

This is an important note that should be displayed as an info panel in Confluence.


#Task List

  • [x] Completed task
  • [ ] Pending task

That's all!