markdown tests (#86)

This commit is contained in:
Evgeny Poberezkin
2021-04-10 13:12:28 +01:00
committed by GitHub
parent a819fcb86b
commit e49bda7957
-1
View File
@@ -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 -> []