1
Fork 0
This commit is contained in:
Alex Yatskov 2022-05-08 11:13:42 -07:00
parent c87e4dc433
commit 8a533b0867
3 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ import (
"github.com/yuin/goldmark/renderer/html"
)
//go:embed github-markdown.css
//go:embed css/github-markdown.css
var githubStyle string
//go:embed github-fixup.css
//go:embed css/github-fixup.css
var githubFixup string
type builder struct {