-
Notifications
You must be signed in to change notification settings - Fork 405
Description
I have:
- searched the issue tracker for similar issues
- installed the latest version of Quarto CLI
- formatted my issue following the Bug Reports guide
Bug description
No response
Steps to reproduce
Quarto.qmd:
---
bibliography: ref.bib
format: html
---
# Title
Reference one, [@example01]
Reference two that is the same as one, [@Nobody007]
Reference three new reference, [@example01]
# References
::: {#refs}
:::
Refs.bib:
@misc{ example01,
author = "Good Person",
title = "His Article",
year = "1988" }
@misc{ Nobody007,
author = "Nobody Jr",
title = "My Article",
year = "2006" }
Actual behavior
Correctly produces html with two citations instead of three since one is repeated. But it won't produce backlinks to where it came from.
Expected behavior
test.mp4
instead shows no backlinks.
Looks like this was discussed for pdfs before orgs/quarto-dev/discussions/5895 and also corrected(?) too but not so for html. Based on the solution provided by @anrath seems like it's a simple fix but it's a simple feature to have it baked in and also I don't want html with js rendering on it.
Your environment
- Quarto 1.8.27
- Windows 11
Quarto check output
Quarto 1.8.27
[>] Checking environment information...
Quarto cache location: C:\Users\user\AppData\Local\quarto
[>] Checking versions of quarto binary dependencies...
Pandoc version 3.6.3: OK
Dart Sass version 1.87.0: OK
Deno version 2.3.1: OK
Typst version 0.13.0: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
Version: 1.8.27
Path: C:\Program Files\Quarto\bin
CodePage: 1252
[>] Checking tools....................OK
TinyTeX: (not installed)
Chromium: (not installed)
[>] Checking LaTeX....................OK
Using: Installation From Path
Path: C:\texlive\2025\bin\windows
Version: 2025
[>] Checking Chrome Headless....................OK
Using: Chrome found on system
Path: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
Source: Windows Registry
[>] Checking basic markdown render....OK
[>] Checking Python 3 installation....OK
Version: 3.12.7
Path: C:/Users/user/AppData/Local/Programs/Python/Python312/python.exe
Jupyter: 5.9.1
Kernels: wolframlanguage12.1, python3
[>] Checking Jupyter engine render....OK
[>] Checking R installation...........(None)
Unable to locate an installed version of R.
Install R from https://cloud.r-project.org/
