mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 02:05:40 +00:00
markdown tests (#86)
This commit is contained in:
committed by
GitHub
parent
a819fcb86b
commit
e49bda7957
@@ -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 -> []
|
||||
|
||||
Reference in New Issue
Block a user