Closed jstolarek closed 6 months ago
Hakyll relies on Pandoc for syntax highlighting, which in turn relies on https://hackage.haskell.org/package/skylighting. Most likely skylighting and/or pandoc got updated when updating Hakyll, breaking the resulting HTML. Please report the problem to one of those projects instead.
I updated Hakyll to version 4.16.2.0 and noticed a questionable change in syntax highlighting. Consider this snippet of a Makefile:
This is how it used to render:
vs how it renders now:
Note the extra leading underscores. Generated HTML before:
and after: