- Timestamp:
- Sep 7, 2023, 4:52:43 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmd/aya/main.go
r66 r68 20 20 "github.com/eknkc/amber" 21 21 "github.com/yosssi/gcss" 22 "github.com/Depado/bfchroma/v2"23 22 ) 24 23 … … 188 187 } 189 188 v["content"] = string(blackfriday.Run([]byte(content), 190 blackfriday.WithExtensions(blackfriday.CommonExtensions|blackfriday.AutoHeadingIDs), blackfriday.WithRenderer(bfchroma.NewRenderer()),189 blackfriday.WithExtensions(blackfriday.CommonExtensions|blackfriday.AutoHeadingIDs), 191 190 )) 192 191 if w == nil {
Note:
See TracChangeset
for help on using the changeset viewer.