Man reader: Remove handling of .HF.

This commit is contained in:
John MacFarlane 2018-10-21 21:13:09 -07:00
parent 8c97e9f071
commit 8523662f2f

View file

@ -373,8 +373,6 @@ escStar = try $ do
'(' -> do
cs <- count 2 anyChar
case cs of
"HF" -> mempty <$ modifyState (\st ->
st{fontKind = S.insert Bold (fontKind st) })
"Tm" -> retstr "\x2122"
"lq" -> retstr "\x201c"
"rq" -> retstr "\x201d"