Skip to content

Commit a72374a

Browse files
committed
Change highlighting style for better contrast
1 parent 12bdb72 commit a72374a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PANDOC=pandoc
2-
PFLAGS=-N -s --toc
2+
HIGHLIGHT_STYLE=tango
3+
PFLAGS=-N -s --toc --highlight-style=$(HIGHLIGHT_STYLE)
34

45
rules.pdf: rules/*.md
56
$(PANDOC) $(sort $^) -f markdown -t latex -o $@ $(PFLAGS)

0 commit comments

Comments
 (0)