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

Added a couple of AsciiDoc inspired extensions #1305

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nessan
Copy link

@nessan nessan commented Aug 26, 2024

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
Copy link
Collaborator

cscheid commented Aug 26, 2024

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
Copy link
Author

nessan commented Aug 26, 2024 via email

@nessan
Copy link
Author

nessan commented Aug 29, 2024

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