<div dir="ltr">Glad to see the literate programming technology updated.<br><div>I thought it might be a "Forgotten Feature" since the rest of scribble is so powerful and I cannot find any code base use it.</div><div>Thank you.</div><div><br></div><div>So... there still should be more examples to work with it.</div><div>What's the extra work (rather than simply replacing scribble/lp with scribble/lp2) has to be done to make it able to be `include-section`ed?</div><div><br></div><div>`scribble path.rkt`</div><div>`raco scribble path.rkt`</div><div>`(include-section (submod "path.rkt" doc))`</div><div>All of these complain:</div><div><div>path-only: contract violation</div><div>  expected: (or/c path-string? path-for-some-system?)</div><div>  given: #f</div></div><div><br></div><div>and `(include-section "path.rkt")` complains:</div><div><div>handbook.scrbl:71:18: only-in: identifier `doc' not included in nested require spec at: "path.rkt" in: (only-in "makefile.rkt" (doc doc))</div></div><div> </div></div>