Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 529 Bytes

File metadata and controls

26 lines (16 loc) · 529 Bytes

Interlinear Extension For Quarto

This extensions provides users with a pandoc filter to include interlinear glosses in Quarto documents.

Installing

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.

Using

Add the following to your YAML header.

filters:
  - interlinear

Example

Here is the source code for a minimal example: example.qmd.