---
title: "Quarto Watermark Extension Example"
abstract: "This is an example document of quarto watermark extension."
filters:
- watermark
watermark:
text: "SAMPLE"
size: 4
angle: 45
color: "#444444"
opacity: 0.2
cols: 1
rows: 1
col-space: 10
row-space: 10
z-index: 1
format: pdf
---
## Text
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
## Table
| Command | Description |
| --- | --- |
| `git status` | List all *new or modified* files |
| `git diff` | Show file differences that **haven't been** staged |
## Figure
- 1
- change to whatever text you’re interested in displaying
- 2
- seems to carry most weight for (repeated vs solitary) display of watermark
- 3
- ranges from 0 (transparent) to 1 (opaque) – desired effect will depend on color specification (line #12)
- 4
-
can be commented out (along with
sizeon line #10) to reduce/enhance repeated effect - 5
- html or pdf equally effective – not intended for typst documents



