You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example.qmd
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,20 @@
1
1
---
2
2
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
3
12
description: |
4
13
References to GitHub issues, pull requests, and commits are automatically shortened and converted into links.
5
14
page-layout: full
6
15
filters:
7
16
- path: github
8
17
at: post-quarto
9
-
format:
10
-
html:
11
-
output-file: index
12
18
---
13
19
14
20
`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