To create a new article using this format:
TODO: Replace the <github-organization>
with your GitHub organization.
quarto use template <github-organization>/<%= filesafename %>
This will create a new directory with an example document that uses this format.
To add this format to an existing document:
TODO: Replace the <github-organization>
with your GitHub organization.
quarto add <github-organization>/<%= filesafename %>
Then, add the format to your document options:
format:
<%= filesafename %>-pdf: default
TODO: If your format has options that can be set via document metadata, describe them.
Here is the source code for a minimal sample document: template.qmd.