Man reader: handle \fS as a no-op.
This changes font, but to what? Can't find in documentation.
This commit is contained in:
parent
8b82667f8a
commit
c6590b193d
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ escapeLexer = try $ do
|
|||
font <- choice
|
||||
[ S.singleton <$> letterFontKind
|
||||
, char '(' >> anyChar >> anyChar >> return (S.singleton Regular)
|
||||
, char 'S' >> return (S.singleton Regular)
|
||||
, try lettersFont
|
||||
, digit >> return (S.singleton Regular)
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue