Update stylesheet to handle unwrapped list items
This commit is contained in:
parent
4d3a099922
commit
0e68f1db40
6 changed files with 13 additions and 4 deletions
3
go.mod
3
go.mod
|
@ -4,6 +4,9 @@ go 1.16
|
|||
|
||||
require (
|
||||
github.com/alecthomas/chroma v0.8.2
|
||||
github.com/chaseadamsio/goorgeous v2.0.0+incompatible // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0
|
||||
github.com/russross/blackfriday v1.6.0 // indirect
|
||||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
||||
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue