Use styles for highlighting in feeds

master
Will Faught 4 months ago
parent 1621f43848
commit 11db347927

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

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