9.0.0.6

2 Overview🔗ℹ

The process of turning a Scribble program into a rendered document (such as HTML or PDF) involves several pieces: the notation used for the program, the underlying structure that represents a document, the way that text elements are decoded into that structure, and the passes the resolve cross-references and ultimately produce the rendered output document.

    2.1 Notation

    2.2 Document Structure

    2.3 Decoding Parts, Flow Blocks, and Content

      2.3.1 Part Decoding Mode

      2.3.2 Flow Decoding Mode

      2.3.3 Content Decoding Mode

    2.4 Document Passes

      2.4.1 Cross-Reference Tags

      2.4.2 Part Context

    2.5 Renderers