quarto-dev / quarto-dev/quarto-cli

`format-links` create a new link instead of renaming

Open
#9,606 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug html
Dominant language
JavaScript
Stars
6k
Forks
458
Avg merge
1d 9h
Merged PRs (30d)
41

Description

Quarto documentHTML
---
title: "Demo"
format:
  html: default
  typst: default
format-links:
  - format: typst
    text: Whatever
---

{{< lipsum 1 >}}
image

FYI, it was first reported in https://github.com/quarto-dev/quarto-cli/issues/8610#issuecomment-1972923717

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the behavior with the minimal Quarto document in the issue, including the HTML and Typst formats and its format-links entry. Trace how format-links is handled during HTML rendering; done means the specified link is renamed rather than an additional link being created, with the displayed text matching the configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.