Skip to content
Discussion options

You must be logged in to vote

title is used in header HTML tag with title-block-header id in a div with .quarto-title class.

# Title is regular h1 title embedded in section HTML tag with title id.

You can see this using your browser developper mode.

---
title: Title
format: html
---

# Title
<main class="content" id="quarto-document-content">
  <header id="title-block-header" class="quarto-title-block default">
    <div class="quarto-title">
      <h1 class="title">Title</h1>
    </div>
    <div class="quarto-title-meta">
    </div>
  </header>
  <section id="title" class="level1">
    <h1>Title</h1>
  </section>
</main>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rgaiacs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants