Update code highlighting style to "fruity"
This commit is contained in:
parent
9063d6fbc0
commit
8b33a338f2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ func Post(c echo.Context) error {
|
|||
markdown := goldmark.New(
|
||||
goldmark.WithExtensions(
|
||||
highlighting.NewHighlighting(
|
||||
highlighting.WithStyle("dracula"),
|
||||
highlighting.WithStyle("fruity"),
|
||||
highlighting.WithFormatOptions(
|
||||
chromahtml.WithLineNumbers(true),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue