···1(** Scrollycode Extension for odoc
23 Provides scroll-driven code tutorials. Theme styling is handled
4- externally via CSS custom properties defined in [Scrollycode_css]
5- and set by theme files in [Scrollycode_themes].
67 Authoring format uses [@scrolly] custom tags with an ordered
8 list inside, where each list item is a tutorial step containing
···16module Location_ = Odoc_model.Location_
17module Block = Odoc_document.Types.Block
18module Inline = Odoc_document.Types.Inline
0001920(** {1 Step Extraction} *)
21
···1(** Scrollycode Extension for odoc
23 Provides scroll-driven code tutorials. Theme styling is handled
4+ externally via CSS custom properties defined in {!Scrollycode_css}
5+ and set by theme files in {!Scrollycode_themes}.
67 Authoring format uses [@scrolly] custom tags with an ordered
8 list inside, where each list item is a tutorial step containing
···16module Location_ = Odoc_model.Location_
17module Block = Odoc_document.Types.Block
18module Inline = Odoc_document.Types.Inline
19+20+module Scrollycode_css = Scrollycode_css
21+module Scrollycode_themes = Scrollycode_themes
2223(** {1 Step Extraction} *)
24