Skip to content

Added a couple of AsciiDoc inspired extensions#1305

Open
nessan wants to merge 3 commits into
quarto-dev:mainfrom
nessan:patch-1
Open

Added a couple of AsciiDoc inspired extensions#1305
nessan wants to merge 3 commits into
quarto-dev:mainfrom
nessan:patch-1

Conversation

@nessan

@nessan nessan commented Aug 26, 2024

Copy link
Copy Markdown

I added links to a couple of AsciiDoc-inspired filters.
Hopefully, they are of some use to others.

I added links to a couple of AsciiDoc-inspired filters.
@nessan nessan changed the title Update shortcodes-and-filters.yml Added a couple of AsciiDoc inspired extensions Aug 26, 2024
@cscheid

cscheid commented Aug 26, 2024

Copy link
Copy Markdown
Member

Thanks for the PR. I'm not sure I understand your first extension, though. If you use callouts, we render them to admonitions natively:

---
format: asciidoc
title: Callout Note test
---

::: callout-note

## A note title

Hello this is a note.

:::
$ quarto render test-asciidoc.qmd
...
$ cat test-asciidoc.qmd
= Callout Note test

[NOTE]
.A note title
====
Hello this is a note.
====

@nessan

nessan commented Aug 26, 2024 via email

Copy link
Copy Markdown
Author

@nessan

nessan commented Aug 29, 2024

Copy link
Copy Markdown
Author

Bumped content to bottom of file — hope that is the correct ettiqute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants