úÎ#”!«     None!"234%The whole parsed Markdown tree. In a  Document a b, headings are annotated with a and content blocks  with b.,Text before the first section. Can be empty.A section in the Markdown tree.*Sections do not contain subsections; i.e. 7 isn't recursive and the tree structure is provided by  Data.Tree.In a  Section a b., the heading is coupled with a value of type a%, and content  with a value of type b. This is occasionally useful.Level (from 1 to 6).Heading@Text between the heading and the first subsection. Can be empty. QA data type for annotating things with their source. In this library we only use WithSource [Node]2, which stands for some Markdown nodes + source . Extract source from   (it's stored there in a field). Extract data from  .  L parses Markdown with the given options and extracts nodes from the initial  node.Break Markdown into pieces: ÿ' blah blah blah }---- preface }---- blah blah blah }---- # foo }---- heading } blah blah }---- blocks after }---- blah blah }---- ## bar }---- heading } blah blah }---- blocks after }---- ... }---- Get start line of a node.*Turn a list of Markdown nodes into a tree.&Turn the whole parsed-and-broken-down  into a list of nodes.$Turn a section into a list of nodes.Turn a  Data.Tree   into a list of nodes.Turn a  Data.Tree ! into a list of nodes. >(blocks before the first heading, headings + blocks after)"First node to includeFirst node to excludeSource that was parsed#First node to excludeSource that was parsed$First node to includeSource that was parsed     "#$%       !"#!"$%&'(-cmark-sections-0.2.0.0-E6tTRaLEeYm8quVZuvq9QFCMark.SectionsDocumentprefacesectionsSectionlevelheadingcontent WithSource getSource stripSourcecommonmarkToNodesWithSourcenodesToDocumentflattenDocumentflattenSection flattenTree flattenForest$fMonoidWithSource$fEqWithSource$fShowWithSource$fFunctorWithSource$fFoldableWithSource$fTraversableWithSource $fEqSection $fShowSection $fEqDocument$fShowDocument$cmark-0.5.5.1-AQsDr4d7apqK4BxPtGGJJZCMarkDOCUMENTbreakAtHeadingsstartcontainers-0.5.7.1 Data.TreeTreeForestcutcutTocutFrom