Replies: 1 comment 2 replies
-
Don't use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. In making a webpage, the
title: abc
option in the.qmd
sets two things in the generated HTML:<title>abc</title>
in the<head>
; and,<h1 class="title">abc</h1>
somewhere inside the<body>
.What can I do to ensure that the second thing is not included in the HTML?
Beta Was this translation helpful? Give feedback.
All reactions