Skip to content

sub command to inspect quarto files or quarto projects? #856

Closed Answered by cscheid
eitsupi asked this question in Q&A
Discussion options

You must be logged in to vote

As a developer and user of quarto, I couldn't agree more! This is squarely on our radar. We don't currently advertise or document quarto inspect (see below for some reasons why), but it might help you here. It produces JSON that looks roughly like this:

 {
  "quarto": {
    "version": "99.9.9"
  },
  "engines": [
    "markdown"
  ],
  "formats": {
    "html": {
      "execute": {
        "fig-width": 7,
        "fig-height": 5,
        "fig-format": "retina",
        "fig-dpi": 96,
        "error": false,
        "eval": true,
        "cache": null,
        "freeze": false,
        "echo": true,
        "output": true,
        "warning": true,
        "include": true,
        "keep-md": true

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@cscheid
Comment options

@mcanouil
Comment options

@cscheid
Comment options

@mcanouil
Comment options

Comment options

You must be logged in to vote
1 reply
@eitsupi
Comment options

Answer selected by eitsupi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants