Skip to content

Added a couple of AsciiDoc inspired extensions#1305

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

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

Conversation

@nessan
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
Author

nessan commented Aug 26, 2024 via email

@nessan
Copy link
Copy Markdown
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