a bunch of stuff sorry
This commit is contained in:
parent
2910daf0c6
commit
32edbb1816
33 changed files with 4874 additions and 90 deletions
|
@ -52,5 +52,6 @@ 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