diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml
index e9ea1df..2a4c928 100644
--- a/.woodpecker/lint.yaml
+++ b/.woodpecker/lint.yaml
@@ -22,7 +22,7 @@ steps:
depends_on: []
settings:
# renovate: datasource=npm depName=prettier
- version: 3.8.1
+ version: 3.9.4
links:
image: lycheeverse/lychee:0.22.0
diff --git a/content/markdown/introduction-to-markdown.md b/content/markdown/introduction-to-markdown.md
index ff8db4f..75f3801 100644
--- a/content/markdown/introduction-to-markdown.md
+++ b/content/markdown/introduction-to-markdown.md
@@ -121,6 +121,7 @@ To add footnotes use the syntax `[^name]` inline, and define them with:
```markdown
Text with a footnote.[^1]
+
[^1]: A footnote.
```
diff --git a/content/markdown/using-links.md b/content/markdown/using-links.md
index 274eb47..85f3e68 100644
--- a/content/markdown/using-links.md
+++ b/content/markdown/using-links.md
@@ -78,17 +78,21 @@ This is rendered as:
The link parser used in Forgejo can also work with the _double square brackets_ syntax in issues and
other places where markdown is rendered:
+
```markdown
[[https://codeberg.org/]]
```
+
will get rendered as .
You can also give a link description, as with the regular markdown syntax:
+
```markdown
[[This is a link to Codeberg|https://codeberg.org]]
```
+
will be rendered as [This is a link to Codeberg](https://codeberg.org).
diff --git a/package.json b/package.json
index 099cbce..c4f1a58 100644
--- a/package.json
+++ b/package.json
@@ -26,6 +26,6 @@
"markdown-it-anchor": "9.2.0",
"markdownlint-cli2": "0.20.0",
"pagefind": "1.5.2",
- "prettier": "3.8.1"
+ "prettier": "3.9.4"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 4b23952..cca68c3 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -51,8 +51,8 @@ importers:
specifier: 1.5.2
version: 1.5.2
prettier:
- specifier: 3.8.1
- version: 3.8.1
+ specifier: 3.9.4
+ version: 3.9.4
packages:
@@ -1362,8 +1362,8 @@ packages:
resolution: {integrity: sha512-7Hc+IvlQ7hlaIfQFZnxlRl0jnpWq2qwibORBhQYIb0QbNtuicc5ZxvKkVT71HJ4Py1wSZ/3VR1r8LfkCtoCzhw==}
engines: {node: '>=12.0.0'}
- prettier@3.8.1:
- resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==}
+ prettier@3.9.4:
+ resolution: {integrity: sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==}
engines: {node: '>=14'}
hasBin: true
@@ -2970,7 +2970,7 @@ snapshots:
posthtml-parser: 0.11.0
posthtml-render: 3.0.0
- prettier@3.8.1: {}
+ prettier@3.9.4: {}
prismjs@1.30.0: {}