Linkate Extension Demo

This document demonstrates the linkate filter extension, which automatically collects all URLs in your Quarto document and places them at the end under a “Links” section.

Document YAML

The following YAML front matter is used to enable the linkate extension in this document:

---
title: "Linkate Extension Demo"
format: html
filters:
  - linkate
---

Links