Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Quarto's Callout Blocks #149

Open
rgaiacs opened this issue Jul 25, 2023 · 0 comments
Open

Support Quarto's Callout Blocks #149

rgaiacs opened this issue Jul 25, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@rgaiacs
Copy link
Contributor

rgaiacs commented Jul 25, 2023

Consider

---
title: "MWE"
author: Raniere Silva
---

Foo

::: {.callout-important}

This is important!

:::

We are using quarto render mwe.md --from markdown --to markdown --output mwe.md-output that produces

---
author:
- Raniere Silva
title: MWE
toc-title: Table of contents
---

Foo

<div>

> **Important**
>
> This is important!

</div>

Which is render by Quarto as

Screenshot 2023-07-25 at 13-36-57 Demo of MethodsHub - Minimal Example of Tutorial in Quarto Markdown

@rgaiacs rgaiacs added the bug Something isn't working label Jul 25, 2023
@rgaiacs rgaiacs added this to the v1.2.0 milestone Jul 25, 2023
@rgaiacs rgaiacs self-assigned this Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant