Skip to content

Commit 409a846

Browse files
committed
Linting
1 parent daba607 commit 409a846

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

docs/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ project/
1919

2020
## Configuration Workflow
2121

22-
For every page, your main configuration (for all documents), document configuration (for all pages of this document) and the page configuration are merged to form the context provided to your page template.
22+
For every page, your main configuration (for all documents), document configuration (for
23+
all pages of this document) and the page configuration are merged to form the context
24+
provided to your page template.
2325

2426
```mermaid
2527
flowchart TD

docs/overview.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ For a quick introduction, see the [README](../README.md).
2121

2222
### From configuration to PDF documents
2323

24-
Your main configuration defines which documents to create.<br>Each document configuration defines which pages make up the document.
24+
Your main configuration defines which documents to create.<br>Each document
25+
configuration defines which pages make up the document.
2526

2627
```mermaid
2728
flowchart TD
@@ -32,7 +33,7 @@ flowchart TD
3233
Doc1 -->|page 1| Page1[Page Processing]
3334
Doc1 -->|page 2| Page2[Page Processing]
3435
Doc1 -->|page ...| PageN[Page Processing]
35-
36+
3637
Page1 --> PDF1[PDF File Page 1]
3738
Page2 --> PDF2[PDF File Page 2]
3839
PageN --> PDFN[PDF File Page ...]
@@ -52,7 +53,10 @@ flowchart TD
5253

5354
### Inheriting common values
5455

55-
Settings in the main configuration are available to all documents.<br>Settings in a document configuration are available to all of its pages.<br>Each page configuration can hold page-specific settings/content, so that the template of page is only responsible for layout/design.
56+
Settings in the main configuration are available to all documents.<br>Settings in a
57+
document configuration are available to all of its pages.<br>Each page configuration can
58+
hold page-specific settings/content, so that the template of page is only responsible
59+
for layout/design.
5660

5761
```mermaid
5862
flowchart TD
@@ -72,7 +76,9 @@ flowchart TD
7276

7377
### Pages make up a document
7478

75-
After each page template was rendered and the resulting SVG file converted to PDF, these page PDFs are combined to create the document.<br>This may optionally get compressed for a nice end result.
79+
After each page template was rendered and the resulting SVG file converted to PDF, these
80+
page PDFs are combined to create the document.<br>This may optionally get compressed for
81+
a nice end result.
7682

7783
```mermaid
7884
flowchart LR

0 commit comments

Comments
 (0)