quarto-dev / quarto-dev/quarto-cli

Configure location of intermediate md files generated from qmd

Open
#9,299 11 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

I want to manage quarto source files with .md extension to allow arbitrary Markdown tools to detect and process these files. In the end .qmd is Markdown but with additional elements. As discussed at https://github.com/quarto-dev/quarto-cli/discussions/3715#discussioncomment-9045723_ quarto

  • complains when fed with .md files containing computable elememts
  • transforms .qmd to .md containing results of evaluation

This is why you may have issue about already exist error if you have .md with same name as .qmd.

Can the transformed result be put in a custom (keep-md: true) or temporary (keep-md: false) directory to not clash with an existing .md file of same name?

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.

Research direction

Start with the linked discussion and trace Quarto’s rendering and intermediate Markdown output handling; the issue does not name specific files or tests. Determine how keep-md true and false should select custom or temporary locations, then verify that generated results no longer clash with existing .md sources while rendering still produces the expected output.

Written by the indexing model from the issue text.

Assessment

Tech stack
markdown
Domain
build-system, documentation
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.