Skip to content
Discussion options

You must be logged in to vote

As pointed out by @dragonstyle you can use css to target the section and hide it.
To note, the id html value depends on the lang.

Quarto document HTML
---
title: "Quarto Playground"
format: html
citation: true
appendix-cite-as: display
lang: es
language: 
  appendix-attribution-cite-as: " "
include-in-header: 
  - text: "<style>#cómo-citar { display: none; }</style>"
---

This is a playground for Quarto.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mcanouil
Comment options

@mcanouil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
html Issues with HTML and related web technology (html/css/scss/js)
1 participant