RTF writer: fix warnings for skipped raw inlines.
This commit is contained in:
parent
e02500afe8
commit
cc4ec3feee
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ inlineToRTF (Cite _ lst) = inlinesToRTF lst
|
|||
inlineToRTF il@(RawInline f str)
|
||||
| f == Format "rtf" = return str
|
||||
| otherwise = do
|
||||
return $ InlineNotRendered il
|
||||
report $ InlineNotRendered il
|
||||
return ""
|
||||
inlineToRTF LineBreak = return "\\line "
|
||||
inlineToRTF SoftBreak = return " "
|
||||
|
|
Loading…
Add table
Reference in a new issue