Skip to content
Discussion options

You must be logged in to vote

I am not entirely sure all Bootstrap is embedded in Quarto.

This being said, even if all Bootstrap is, not all is activated as explained on Bootstrap documentation, see https://getbootstrap.com/.

Note that you should not use raw HTML outside of raw block: ```{=html}.

Quarto document HTML
Details

---
title: "Quarto Playground"
format: html
---

This is a playground for Quarto.


```{=html}
<div class="accordion" id="accordionExample">
  <div class="accordion-item">
    <h2 class="accordion-header">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
        Accordion Item #1
      <…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by w-decker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bootstrap html Issues with HTML and related web technology (html/css/scss/js) themes Related to HTML theming or any other style related issue (like highlight-style)
2 participants