Skip to content

[Feature request] Render reference keys to references when converting to plain markdown #293

@pat-alt

Description

@pat-alt

In R Markdown you can specify the output format of an .Rmd document to .md like so

---
output: github_document
bibliography: bib.bib
---

and generate a plain markdown document with bibliographic references. This is very useful for writing tutorials that include references and hosting them on Github (pages), for example.

When I run

quarto render my_tutorial_with_references.qmd --to markdown

the references are not rendered (even though they are rendered when rendering to HTML).

Would much appreciate support for this (or in case I'm missing something and this can already be achieved in some other way, fire at me!)

Many thanks - awesome project!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions