Skip to content
Discussion options

You must be logged in to vote

Do what you want, note that #readme anchor in GitHub means the beginning of the README.md file.
Also GitHub creates a "sidebar":

Maybe there are similar (likely not identical) features in GitLab.

For the back to top link, simply targets the title.
See "Heading identifiers" in Pandoc documentation.

---
title: "Quarto Playground"
format: gfm
toc: true
---

## Title 1

{{< lipsum 5 >}}

### Title 2

This is a playground for Quarto.

[back to top](#quarto-playground)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@blechturm
Comment options

@mcanouil
Comment options

Answer selected by blechturm
@blechturm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
markdown Related to markdown-like output format
2 participants