Argdown Support #8789
aadityabhatia
started this conversation in
Feature Requests
Argdown Support
#8789
Replies: 2 comments 5 replies
-
Additionally, it would help to describe more clearly how to use arbitrary pandoc filters with quarto in the filter documentation. Figured it out after searching through the issues - #5392 in particular explained that arbitrary binaries are no longer automatically resolved. To get argdown filter to work with quarto:
filters:
- /usr/local/bin/argdown-filter # replace this with resolved executable path |
Beta Was this translation helpful? Give feedback.
3 replies
-
What would be the added value to add a dependency to Quarto compared to the use of the filter (via extension)? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Argdown is a popular markdown-compatible syntax for complex argumentation that is especially relevant in the field of AI argumentation. It would be nice to have built in support for argdown. It already comes with a pandoc filter, so supporting it in quarto should be fairly trivial.
Beta Was this translation helpful? Give feedback.
All reactions