Skip to content

Add support to Quarto #18

Description

@rgaiacs

Quarto is super set of commonmark like MyST.

A minimal working conversion from Quarto to Jupyter Notebook follow the rule already implemented in

// ---------------------------------------------------------------------------
// Classic markdown parser
// Two states: MARKDOWN | IN_FENCE
// Only language-tagged fences (```python, ```js, etc.) become code cells.
// Untagged fences stay as markdown text.
// ---------------------------------------------------------------------------

Quarto has support to metadata in the code cells. For example,

```{python}
#| label: fig-polar
#| echo: false
#| fig-cap: "A line plot on a polar axis"
```

For more details, see Code Cells: Jupyter.

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