Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/schema/document-ojs.yml
12921 views
1
- name: ojs-engine
2
tags:
3
formats: [$html-files]
4
schema: boolean
5
description: |
6
If `true`, force the presence of the OJS runtime. If `false`, force the absence instead.
7
If unset, the OJS runtime is included only if OJS cells are present in the document.
8
9