Cleanup
This commit is contained in:
parent
c87e4dc433
commit
8a533b0867
4
main.go
4
main.go
@ -25,10 +25,10 @@ import (
|
|||||||
"github.com/yuin/goldmark/renderer/html"
|
"github.com/yuin/goldmark/renderer/html"
|
||||||
)
|
)
|
||||||
|
|
||||||
//go:embed github-markdown.css
|
//go:embed css/github-markdown.css
|
||||||
var githubStyle string
|
var githubStyle string
|
||||||
|
|
||||||
//go:embed github-fixup.css
|
//go:embed css/github-fixup.css
|
||||||
var githubFixup string
|
var githubFixup string
|
||||||
|
|
||||||
type builder struct {
|
type builder struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user