On this page:
Rhombus Scribble
8.15.0.2

Rhombus Scribble🔗ℹ

Rhombus Scribble is a language for writing prose documents, especially documentation for Rhombus libraries. The result of running a Rhombus Scribble program is a document, and a Rhombus Scribble program is meant to be run with raco scribble, which takes the document result and renders it to a format such as HTML or PDF.

    1 Overview

    2 Core Scribble

      2.1 Building Blocks

      2.2 Document Constructors

        2.2.1 Title and Sections

        2.2.2 Flow Blocks

        2.2.3 Elements

        2.2.4 Images

        2.2.5 Spacing

        2.2.6 Hyperlinks

        2.2.7 Indexing

        2.2.8 Table of Contents

    3 Documentation Scribble

      3.1 Typesetting Code

      3.2 Documenting Bindings

      3.3 Links and Literals

      3.4 Evaluation and Examples

      3.5 Code Binding-Space Adjusters

      3.6 Creating Documentation Forms

    4 Scribble Libraries

      4.1 Backus-Naur Form (BNF) Grammars