-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Extract a part from CommonMark/Markdown docs -- -- Extract a part from CommonMark/Markdown docs @package submark @version 0.1.0 module Text.CommonMark.Sub type Level = Int extractSection :: Level -> Text -> Node -> Node flattenInlineNodes :: [Node] -> Text matchesHeading :: Level -> Text -> Node -> Bool