quarto-dev / quarto-dev/quarto-cli

Confluence: HTML Anchor links & Images not supported, only markdown

Open
#5,826 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Description:

Confluence: HTML (not markdown) Anchor links not supported

Steps to Reproduce:

Create a Quarto Document with an HTML anchor link

---
title: "5826-confluence-html-anchor-links-images-not-supported-only-markdown"
---

<img src="elephant.png"/>
<a href="elephant.png">elephant-image-link</a>

Expected Result:
  • As with Markdown, when publishing, assets are uploaded as attachments
  • As with Markdown, when publishing, links are correctly replaced and supported
  • As with Markdown, when publishing, images are correctly replaced and supported
Actual Result:
  • Assets are not uploaded as attachments
  • Links are not correctly replaced and supported
  • Images are not correctly replaced and supported
Workaround
  • Use markdown links & images

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

Start by reproducing the provided Quarto document with the HTML image and anchor link, then compare its Confluence publishing behavior with the documented Markdown workaround. Done means the image and linked asset are uploaded as attachments and both HTML links and images are replaced and supported when published.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, markdown
Domain
documentation
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 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.