-
Notifications
You must be signed in to change notification settings - Fork 391
Open
Labels
astissues related to AST processingissues related to AST processingbugSomething isn't workingSomething isn't workinglistings
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
Metadata
Metadata
Assignees
Labels
astissues related to AST processingissues related to AST processingbugSomething isn't workingSomething isn't workinglistings