File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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:::
You can’t perform that action at this time.
0 commit comments