Wondering how to get multi-column toc in quarto presentation. The code of Test1.qmd is given below:
---
title: "Test"
author: "A B c"
format:
  revealjs: 
    toc: true
    toc_float: true
    toc-depth: 2
    toc-location: body
    toc-title: "Contents"
    css: styles.css
---
# Intro1
## Intro11
AS
# Intro2
## Intro21
AS

 
                        
I'm not aware of existing YAML multi-column
TOC.To achieve the desired result you could place CSS code below, inside your
styles.css:Just for the record, one can put content in side by side columns.
Run again
.qmd:Output:
