Template
1
0
Fork 0

Update code highlighting style to "fruity"

This commit is contained in:
Atridad Lahiji 2024-02-12 13:00:02 -07:00
parent 9063d6fbc0
commit 8b33a338f2
No known key found for this signature in database

View file

@ -50,7 +50,7 @@ func Post(c echo.Context) error {
markdown := goldmark.New( markdown := goldmark.New(
goldmark.WithExtensions( goldmark.WithExtensions(
highlighting.NewHighlighting( highlighting.NewHighlighting(
highlighting.WithStyle("dracula"), highlighting.WithStyle("fruity"),
highlighting.WithFormatOptions( highlighting.WithFormatOptions(
chromahtml.WithLineNumbers(true), chromahtml.WithLineNumbers(true),
), ),