This extensions provides users with a pandoc filter to include interlinear glosses in Quarto documents.
quarto add stefanocoretta/interlinear
This will install the extension under the _extensions
subdirectory.
If you're using version control, you will want to check in this directory.
Add the following to your YAML header.
filters:
- interlinear
Here is the source code for a minimal example: example.qmd.