update deps
This commit is contained in:
parent
3aee53faa1
commit
2910daf0c6
4 changed files with 10 additions and 5 deletions
|
@ -52,6 +52,5 @@ inlineText _ = Nothing
|
|||
blockText :: Block -> Maybe Text
|
||||
blockText (Plain is) = foldMap inlineText is
|
||||
blockText (Para is) = foldMap inlineText is
|
||||
blockText Null = Just ""
|
||||
blockText (RawBlock _ txt) = Just txt
|
||||
blockText _ = Nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue