0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
bin
/
quarto
/
share
/
schema
/
[
Home
]
File: document-formatting.yml
- name: indenting schema: maybeArrayOf: string: completions: - yes - no - none - small - medium - big - first - next - odd - even - normal tags: formats: [context] description: short: Set the indentation of paragraphs with one or more options. long: | Set the indentation of paragraphs with one or more options. See [ConTeXt Indentation](https://wiki.contextgarden.net/Indentation) for additional information. - name: adjusting schema: enum: [l, r, c, b] tags: formats: [man] description: Adjusts text to the left, right, center, or both margins (`l`, `r`, `c`, or `b`). - name: hyphenate schema: boolean default: true tags: formats: [man] description: short: Whether to hyphenate text at line breaks even in words that do not contain hyphens. long: | Whether to hyphenate text at line breaks even in words that do not contain hyphens if it is necessary to do so to lay out words on a line without excessive spacing - name: list-tables schema: boolean default: false tags: formats: [rst] description: If true, tables are formatted as RST list tables. - name: split-level tags: formats: [$epub-all, chunkedhtml] schema: number default: 1 description: short: | Specify the heading level at which to split the EPUB into separate chapter files. long: | Specify the heading level at which to split the EPUB into separate chapter files. The default is to split into chapters at level-1 headings. This option only affects the internal composition of the EPUB, not the way chapters and sections are displayed to users. Some readers may be slow if the chapter files are too large, so for large documents with few level-1 headings, one might want to use a chapter level of 2 or 3.