I am trying to update Icarus theme (which had built in syntax highlighting) with GoldMark.
When I generate a syntax.css and put it in either the theme folder or a newly created /static/css folder (never needed before when using the theme) - I do not see a header loading the CSS file in the generated site (but I may be misunderstanding how this is loaded).
I tried replacing themes/hugo-icarus-theme/static/css/monokai.css with the generated syntax.css.
My primary symptom is that code fences appear unusual to me. I am including a screenshot.
I noticed Tory Anderson graciously updated it in July 2020 and I have cutover the updates.
I would be grateful for any and all tips on how to cleanly make sure only the new syntax highlighting is in play.