Skip to content

Releases: quarto-dev/quarto-cli

Preview (v0.9 Build 304)

24 Apr 13:52
Compare
Choose a tag to compare
v0.9.304

Attempt to survive a missing code page cache

Preview (v0.9 Build 303)

24 Apr 10:57
8d5e64a
Compare
Choose a tag to compare
Merge pull request #668 from eitsupi/update-language-ja

Japanese translation brush-up

Preview (v0.9 Build 301)

23 Apr 17:35
Compare
Choose a tag to compare
restart preview server if there are no clients

allows preview to keep working across e.g. laptop suspends or network changes

Preview (v0.9 Build 299)

23 Apr 01:28
Compare
Choose a tag to compare
v0.9.299

use error comparator correctly do decide between validation choices

Preview (v0.9 Build 298)

22 Apr 12:44
Compare
Choose a tag to compare
Fix nested callout behavior

:::{.callout-tip collapse=true}
# Task - 5 mins

Starting with the string: `task = 'working with strings'`

Do the following:

1. Convert everything to lower case.
2. Get the length of your string.
3. Add the text: `'in Python'`, separated by a space `(' ')`, save this as a new variable `task_py`.
4. Split up `task_py` into a list.

:::{.callout-caution collapse=true appearance="minimal"}
# Minimal

Text text texts

:::
:::

Preview (v0.9 Build 297)

22 Apr 12:36
Compare
Choose a tag to compare
v0.9.297

Merge branch 'main' of github.com:quarto-dev/quarto-cli into main

Preview (v0.9 Build 295)

22 Apr 01:18
Compare
Choose a tag to compare
Improve Listings

-> Don’t automatically include YAML files when the contents point to a directory
-> Validate default / grid style items have at least a title
-> Don’t add fields reading-time, image when the values are undefined

Preview (v0.9 Build 294)

21 Apr 20:37
Compare
Choose a tag to compare
v0.9.294

fix toc highlighting

Preview (v0.9 Build 293)

21 Apr 11:30
Compare
Choose a tag to compare
v0.9.293

update copyMinimal import

Preview (v0.9 Build 290)

20 Apr 17:10
Compare
Choose a tag to compare
Use getElementById when possible

Sections with names containing periods such as

`# SDT Kennzahlen für alle VPn berechnen.`

cause problems when used with querySelector. Use getelementByID which is more permissive.