Carlos Scheidegger

Results 93 comments of Carlos Scheidegger

Sure - this isn't high priority and would just get eventually merged to main, but we can do an extra PR there.

The conversion from grid-tables to list-tables is triggering a Pandoc 3.6 reader bug. This is the summary of the situation: - Pandoc 3.6 misparses nested lists with code blocks -...

## input.md ```` * * ``` Hello ``` * ``` Oh no ``` ```` ## pandoc 3.6.3 ``` $ pandoc input.md -t native -f markdown [ BulletList [ [ BulletList...

The following ugly syntax works in 3.6: ```` * * ``` Hello ``` * ``` Oh no ``` ````

(the feature needs to be in quarto-cli before this PR will build correctly.)

/deploy-preview (edit: I guess the bot doesn't listen to me 😢)

@cderv This is weird - I can't get the preview to show my changes..

Ahhhhhh you're right, thank you!! 🤦 How much work would it be for the CI to warn when we make .qmd changes to a file that has freeze output?

> I'll think about it. If we report in quarto inspect that the document is frozen, then it could be quite easy. Very good idea. Tracking here: https://github.com/quarto-dev/quarto-cli/issues/13554

Looks good! I wonder if we could find a better title for the sidebar than "CLI Commands". "Command-line Reference" is a mouthful, but I don't know if folks know the...