Skip to content

Commit 9c46d9a

Browse files
committed
fix: Stop using emojis in the slides/weekeight/index.qmd file.
1 parent 61db490 commit 9c46d9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

slides/weekeight/index.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,16 +379,16 @@ print(f"Common Python and Quarto tags: {sorted(common_python_quarto)}\nCommon Ac
379379

380380
:::
381381

382-
# Container integration
382+
# Container review
383383

384384
::: {.fragment style="margin-top: 0.1em; font-size: 0.75em;"}
385385

386386

387387
| Container | Mutable | Ordered | Duplicates | Best For |
388388
|-----------|---------|---------|------------|----------|
389-
| **List** | Yes | Yes | Allowed | Document sections, chapters, file collections |
390-
| **Tuple** | No | Yes | Allowed | Document metadata, fixed records, coordinates |
391-
| **Set** | Yes | No | Not Allowed | Keywords, tags, unique identifiers |
389+
| **List** | {{< iconify fa6-solid check >}} Yes | {{< iconify fa6-solid check >}} Yes | {{< iconify fa6-solid check >}} Allowed | Document sections, chapters, file collections |
390+
| **Tuple** | {{< iconify fa6-solid xmark >}} No | {{< iconify fa6-solid check >}} Yes | {{< iconify fa6-solid check >}} Allowed | Document metadata, fixed records, coordinates |
391+
| **Set** | {{< iconify fa6-solid check >}} Yes | {{< iconify fa6-solid xmark >}} No | {{< iconify fa6-solid xmark >}} Not Allowed | Keywords, tags, unique identifiers |
392392

393393

394394
:::

0 commit comments

Comments
 (0)