Skip to content

Markdown playground

Ed Bacher edited this page Mar 2, 2018 · 23 revisions

Code blocks

A code block (note that by default, gd2md-html does not add language descriptors to code blocks.

package main

import "fmt"

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

A single-cell table also becomes a code block:

Clone this wiki locally