Skip to main content

Workshop - 0.72.0

🚀 Highlights

  • Improved Markdown PDF exports with optional theme preservation
  • New colored callout blocks for richer documentation
  • Minor fixes and groundwork for upcoming features

✨ New Features

  • Theme-preserving PDF exports

    • Markdown PDF exports now support preserving the original diagram theme colors.
    • Use print-theme=preserve on rendered figure, Quill, and CeTZ code blocks to keep the same appearance seen in the preview.

    Example:

    ```cetz {print-theme=preserve}
    ...
  • Colored callout blocks

    • Markdown previews now support visually highlighted content blocks for notes, examples, warnings, and other callouts.

    Supported colors:

    • Gray
    • Red
    • Orange
    • Yellow
    • Green
    • Blue
    • Purple
    • Pink

    Example:

    :::color{color="yellow"}
    This content appears in a yellow highlighted block.

    - Lists work
    - **Formatting** works
    - `inline code` works
    :::

    :::color{color="pink"}
    Use pink for standout notes or examples.
    :::

🛠 Improvements

  • Improved documentation authoring and PDF export workflows.

🐛 Fixes

  • Minor fixes and stability improvements across Workshop.

⚙️ Internal / Technical Changes

  • Internal updates supporting upcoming unreleased features.