quarto-dev / quarto-dev/quarto-cli
Listing for blog post looks for title in code cell comments
Open
@cscheid is already working on this.
Since Jul 8, 2025.
ast
bug
listings
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Found by @mcanouil
quarto create project blog test-blog
than set in posts/welcome/index.qmd to
---
author: "Harlow Malloc"
date: "2025-07-08"
categories: [news, code, analysis]
image: "image.jpg"
---
```{r}
#| include: false
# A regular comment inside a code cell
print("Hello, World!")
```
{{< lipsum >}}
Not the # in comment for code cell, and no title in the YAML
Blog post has no title which is expected
But listing do promote the first header found, which leads to selecting comment
In some ways related to
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.