generated from coatless-devcontainer/quarto-extension-dev
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels