Man reader: Remove handling of .HF.
This commit is contained in:
parent
8c97e9f071
commit
8523662f2f
1 changed files with 0 additions and 2 deletions
|
@ -373,8 +373,6 @@ escStar = try $ do
|
||||||
'(' -> do
|
'(' -> do
|
||||||
cs <- count 2 anyChar
|
cs <- count 2 anyChar
|
||||||
case cs of
|
case cs of
|
||||||
"HF" -> mempty <$ modifyState (\st ->
|
|
||||||
st{fontKind = S.insert Bold (fontKind st) })
|
|
||||||
"Tm" -> retstr "\x2122"
|
"Tm" -> retstr "\x2122"
|
||||||
"lq" -> retstr "\x201c"
|
"lq" -> retstr "\x201c"
|
||||||
"rq" -> retstr "\x201d"
|
"rq" -> retstr "\x201d"
|
||||||
|
|
Loading…
Reference in a new issue