editor loads content
This commit is contained in:
@@ -41,6 +41,29 @@ func main() {
|
||||
"Title": "title id11",
|
||||
"PID": "id00",
|
||||
"PTitle": "title id00",
|
||||
"Content": `
|
||||
# hello
|
||||
|
||||
## world
|
||||
|
||||
| this | is | my | table |
|
||||
| ---- | ---| ---| ----- |
|
||||
| hey |
|
||||
| ya | hey | ya |
|
||||
|
||||
* and
|
||||
* a bulleted
|
||||
* list
|
||||
|
||||
> but here is a quote
|
||||
|
||||
` + "```" + `go
|
||||
// and some go code
|
||||
func main() {
|
||||
log.Println("hi")
|
||||
}
|
||||
` + "```" + `
|
||||
`,
|
||||
},
|
||||
"Tree": `{
|
||||
"Leaf": {"Title": ""},
|
||||
|
||||
Reference in New Issue
Block a user