quarto-dev / quarto-dev/quarto-cli
`link-external-newwindow: true` not respected by default listing
Open
@mcanouil is already working on this.
Since Apr 24, 2024.
bug
listings
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Listings type grid/table do respect link-external-newwindow but not the default type.
quarto create project blog demo Demo- Replace content of
index.qmd
---
title: "Demo"
link-external-newwindow: true
listing:
contents:
- path: https://www.nature.com/articles/d41586-024-00692-7
title: "China–US climate collaboration concerns as Xie and Kerry step down"
author: Smriti Mallapaty
description: "Gang's quote on the importance to continue the research exchange and colloboration 'If the river freezes over, water will still flow underneath.'"
date: "2024-03-12"
categories: [Nature]
sort: "date desc"
type: default
categories: true
sort-ui: false
filter-ui: false
page-layout: full
title-block-banner: true
---
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.
Assessment
This issue has not been assessed yet.