diff --git a/Styled.hs b/Styled.hs index 6b12076e17..e3f8f23eaa 100644 --- a/Styled.hs +++ b/Styled.hs @@ -32,7 +32,6 @@ styleMarkdown (Markdown f s) = Styled sgr $ T.unpack s Italic -> [SetUnderlining SingleUnderline, SetItalicized True] Underline -> [SetUnderlining SingleUnderline] StrikeThrough -> [SetSwapForegroundBackground True] - Colored Black -> [SetColor Foreground Dull Black] Colored c -> [SetColor Foreground Vivid c] Snippet -> [] NoFormat -> []