Skip to content

Commit 3e1d865

Browse files
committed
fix: Remove prefix from completed goals HTML ids
1 parent fe89ca7 commit 3e1d865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/docs/{% if insiders %}insiders{% endif %}/index.md.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ This section lists all funding goals that were previously completed, which means
177177
that those features were part of Insiders, but are now generally available and
178178
can be used by all users.
179179

180-
```python exec="1" session="insiders"
180+
```python exec="1" session="insiders" idprefix=""
181181
for goal in goals.values():
182182
if goal.complete:
183183
goal.render()

0 commit comments

Comments
 (0)