quarto-dev / quarto-dev/quarto-cli
Confluence: HTML Anchor links & Images not supported, only markdown
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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