quarto-dev / quarto-dev/quarto-cli

The automatic identifier of a heading that contains shortcodes is ugly

Open
#8,726 0 comments 0 reactions 1 assignee View on GitHub

@cscheid is already working on this.

Since Feb 13, 2024.

enhancement
Dominant language
JavaScript
Stars
6k
Forks
458
Avg merge
1d 9h
Merged PRs (30d)
41

Description

$ cat ugly.qmd
---
key: value
---

## `{{< meta key >}}`-specific comments
$ quarto render ugly.qmd --to markdown -o -
pandoc -o /var/folders/nm/m64n9_z9307305n0xtzpp54m0000gn/T/quarto-session1d87073f/1d38f006/ce5052bc.md
  to: markdown
  standalone: true
  default-image-extension: png

metadata
  key: value

---
key: value
toc-title: Table of contents
---

## `value`-specific comments {#quarto-shortcode__-param-data-is-shortcode1-data-valuemeta-data-rawmeta-.quarto-shortcode__-param-data-is-shortcode1-data-valuekey-data-rawkey-.quarto-shortcode__-data-is-shortcode1-data-raw-meta-key--specific-comments}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.