Path: blob/main/src/resources/schema/document-formatting.yml
12925 views
- name: indenting1schema:2maybeArrayOf:3string:4completions:5- yes6- no7- none8- small9- medium10- big11- first12- next13- odd14- even15- normal16tags:17formats: [context]18description:19short: Set the indentation of paragraphs with one or more options.20long: |21Set the indentation of paragraphs with one or more options.2223See [ConTeXt Indentation](https://wiki.contextgarden.net/Indentation) for additional information.2425- name: adjusting26schema:27enum: [l, r, c, b]28tags:29formats: [man]30description: Adjusts text to the left, right, center, or both margins (`l`, `r`, `c`, or `b`).3132- name: hyphenate33schema: boolean34default: true35tags:36formats: [man]37description:38short: Whether to hyphenate text at line breaks even in words that do not contain hyphens.39long: |40Whether to hyphenate text at line breaks even in words that do not contain41hyphens if it is necessary to do so to lay out words on a line without excessive spacing4243- name: list-tables44schema: boolean45default: false46tags:47formats: [rst]48description: If true, tables are formatted as RST list tables.4950- name: split-level51tags:52formats: [$epub-all, chunkedhtml]53schema: number54default: 155description:56short: |57Specify the heading level at which to split the EPUB into separate58chapter files.59long: |60Specify the heading level at which to split the EPUB into separate61chapter files. The default is to split into chapters at level-162headings. This option only affects the internal composition of the63EPUB, not the way chapters and sections are displayed to users. Some64readers may be slow if the chapter files are too large, so for large65documents with few level-1 headings, one might want to use a chapter66level of 2 or 3.676869