editor loads content

This commit is contained in:
Bel LaPointe
2022-02-15 12:33:50 -07:00
parent 6e23d9022d
commit c2f5edead6
2 changed files with 25 additions and 98 deletions

View File

@@ -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": ""},