Skip to content

Quarto Callout Blocks support #267

@dmetivie

Description

@dmetivie

It seems that Quarto format for callout blocks is different that usual markdown flavor, see here.

Example instead of

!!! note
   My note

It is with Quarto

::: {.callout-note}
My note
:::

Currently, using Literate.jl with Quarto flavor on

# !!! note
#     My note

produces in the qmd

> **Note**
>
> My note

Which is not exactly the intended result.

It would be nice to support all the callout blocks (note, warning etc) !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions