Skip to content

Stamp not rendering #3

@jarrodscott

Description

@jarrodscott

Howdy!

I was able to install the extension successfully however no stamp renders in my final document, including when I use the minimal example. The page renders fine, no errors, just no stamp. Directory tree, minimal example, and session info below. any help would be most appreciated :)

├── _extensions
│   ├── coatless-quarto
│   │   ├── linkate
│   │   │   ├── _extension.yml
│   │   │   └── linkate.lua
│   │   └── stamp
│   │       ├── _extension.yml
│   │       ├── stamp-config.lua
│   │       ├── stamp-document.lua
│   │       ├── stamp-extensions.lua
│   │       ├── stamp-quarto.lua
│   │       ├── stamp-system.lua
│   │       ├── stamp-utils.lua
│   │       ├── stamp.lua
│   │       └── tinyyaml.lua
---
title: "Stamp Extension"
format: 
  html:
    toc: false
stamp: 
  level: minimal              # Show bare minimum sections
  placement: custom           # Place in custom location
  placement-id: a-stamp-id    # Custom placement ID
filters:
  - stamp
---

# A section before the stamp

Content before the stamp.

:::{#a-stamp-id}
:::

# My Document

::: {#my-info-section}
:::
sessionInfo()

R version 4.5.1 (2025-06-13)
Platform: x86_64-apple-darwin20
Running under: macOS Ventura 13.7.8
quarto --version "1.8.24"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions