···11(** Scrollycode Extension for odoc
2233 Provides scroll-driven code tutorials. Theme styling is handled
44- externally via CSS custom properties defined in [Scrollycode_css]
55- and set by theme files in [Scrollycode_themes].
44+ externally via CSS custom properties defined in {!Scrollycode_css}
55+ and set by theme files in {!Scrollycode_themes}.
6677 Authoring format uses [@scrolly] custom tags with an ordered
88 list inside, where each list item is a tutorial step containing
···1616module Location_ = Odoc_model.Location_
1717module Block = Odoc_document.Types.Block
1818module Inline = Odoc_document.Types.Inline
1919+2020+module Scrollycode_css = Scrollycode_css
2121+module Scrollycode_themes = Scrollycode_themes
19222023(** {1 Step Extraction} *)
2124