mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
code block backgound #329
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zoinkydoink on GitHub (Sep 30, 2019).
I am using the SyntaxHighlighting extension but it generates a white background for the code block. I tried passing in StyleDictionarly.DefaultDark but that gave a black background and most of the code is invisible.
I simply would like each code block to have a light grey like you see on every blog post on line
here is the code I am using
@xoofx commented on GitHub (Sep 30, 2019):
That's a CSS issue/SyntaxHighlighting on your side that should be solved with CSS. Markdig doesn't enforce any rendering rules