Changeset 68 in code for trunk/cmd


Ignore:
Timestamp:
Sep 7, 2023, 4:52:43 PM (21 months ago)
Author:
Izuru Yakumo
Message:

bfchroma turned out to be a hassle

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmd/aya/main.go

    r66 r68  
    2020        "github.com/eknkc/amber"
    2121        "github.com/yosssi/gcss"
    22         "github.com/Depado/bfchroma/v2"
    2322)
    2423
     
    188187        }
    189188        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),
    191190        ))
    192191        if w == nil {
Note: See TracChangeset for help on using the changeset viewer.