Use styles for highlighting in feeds

This commit is contained in:
Will Faught
2025-03-03 23:55:22 -08:00
parent 1621f43848
commit 11db347927
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{{ $result := transform.HighlightCodeBlock . (merge .Options (dict "noclasses" true "style" "github")) }}
{{ $result.Wrapped }}

View File

@@ -0,0 +1,3 @@
{{ $result := transform.HighlightCodeBlock . (merge .Options (dict "noclasses" true "style" "github")) }}
{{ $result.Wrapped }}