(html (head (title "sph-lib (sph lang parser outline)") (link (@ (rel "stylesheet") (type "text/css") (href "/css/sph.css"))) (meta (@ (name "viewport") (content "width=device-width,initial-scale=1"))) #f) (body () (div (@ (class top)) (nav (a (@ (href "/")) "start") ", " (a (@ (href "/feed.xml")) "feed")) "") (div (@ (class "middle")) (div (@ (class mtime) (title "last modification time of the current page")) "2023-04-05") (section (h1 "(sph lang parser outline)") (div (p "parse a markup structure where headings are prefixed by one or multiple characters for nested sections.") (p "part of " (a (@ (href "../../sph-lib.html")) "sph-lib")) ((section (@ (class "library-description")) (h1 "library description") (div (p "for example markdown and org-mode"))) (section (@ (class "library-name")) (h1 "module name") (p "(sph lang parser outline)")) (section (@ (class "library-exports")) (h1 "exported bindings") (div (div (@ (class "doc-bindings")) (div (@ (id "doc-b-" "primitive-read-outline") (class "doc-b")) (div (span (@ (class "type")) "procedure") ": " (span (@ (class "name")) "primitive-read-outline") " " (span (@ (class "first-sig")) "port parse-heading ->")) (div (@ (class "rest-sig")) (div "port procedure:{string:line -> (integer:nesting-depth/false string:heading/false)} -> list")) "") (div (@ (id "doc-b-" "read-outline") (class "doc-b")) (div (span (@ (class "type")) "procedure") ": " (span (@ (class "name")) "read-outline") " " (span (@ (class "first-sig")) "port parse-heading ->")) (div (@ (class "rest-sig")) (div "port char/procedure:{string:line -> (integer:nesting-depth/false string:heading/false)} -> list")) (div (@ (class "description")) (("for parsing structured text where repetitions of a character at the beginning of a line designate" (br) "the section nesting depth of following lines that are not of equal or lower nesting depth")))) (div (@ (id "doc-b-" "sph-lang-parser-outline-description") (class "doc-b")) (div (span (@ (class "type")) "variable") ": " (span (@ (class "name")) "sph-lang-parser-outline-description")) "" "")))))))) ()))