8 Star 9 Fork 4

gpress / gpress

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
goldmark_test.go 230 Bytes
Copy Edit Web IDE Raw Blame History
springrain authored 2023-01-10 22:35 . 增加目录toc
package main
import (
"fmt"
"testing"
)
func TestGoldmarkMeta(t *testing.T) {
metaData, tocHtml, html, _ := conver2Html(datadir + "post/01-nginx-config.md")
fmt.Println(metaData)
fmt.Println(*tocHtml)
fmt.Println(*html)
}
Go
1
https://gitee.com/gpress/gpress.git
git@gitee.com:gpress/gpress.git
gpress
gpress
gpress
master

Search