Skip to content

Commit f94da34

Browse files
committed
feat: enhance metadata in example.qmd
Add author details and subtitle to improve documentation clarity and provide proper attribution.
1 parent 32dcd0e commit f94da34

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

example.qmd

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
22
title: "Autolinked references and URLs"
3+
subtitle: "Quarto Extension"
4+
author:
5+
- name: "Mickaël CANOUIL, _Ph.D._"
6+
orcid: "0000-0002-3396-4549"
7+
url: "https://mickael.canouil.fr"
8+
format:
9+
html:
10+
output-file: index
11+
toc: true
312
description: |
413
References to GitHub issues, pull requests, and commits are automatically shortened and converted into links.
514
page-layout: full
615
filters:
716
- path: github
817
at: post-quarto
9-
format:
10-
html:
11-
output-file: index
1218
---
1319

1420
`github` is an extension for [Quarto](https://quarto.org) to automatically shortens and converts [GitHub references](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls) into links.

0 commit comments

Comments
 (0)