royfrancis / quarto-accordion

A quarto extension to add accordion component to html format

Home Page:https://royfrancis.github.io/quarto-accordion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

accordion

A quarto shortcode extension to add Bootstrap accordion component for html format.

Install

  • Requires Quarto >= 1.4.0
  • In the root of the quarto project, run in terminal:
quarto add royfrancis/quarto-accordion

This will install the extension under the _extensions subdirectory.

Usage

---
title: Accordion
accordion:
  - accordion-1:
    - header: Click here to view contents
      body: This is the body content
filters:
  - accordion
---

{{< accordion accordion-1 >}}

For more examples and usage guide, see here.


2024 • Roy Francis

About

A quarto extension to add accordion component to html format

https://royfrancis.github.io/quarto-accordion


Languages

Language:Lua 92.4%Language:CSS 7.6%