Skip to content

Commit cb39073

Browse files
committed
EN, CZ : texts : Page break for print mentioned
1 parent f239e8a commit cb39073

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

cs/texts.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@ Podrobnější popis chování:
6565
| 0 | je | ikonky zachovány |
6666
| 1 | je | ikonky odebrány |
6767

68+
## 📄 Zalomení stránky při tisku
69+
70+
V místě, kde potřebujete ručně zalomit stránku, vložte následující text do svého .md nebo .html souboru:
71+
72+
```markdown
73+
<!-- @print-break -->
74+
```
75+
76+
⚠️ Upozornění: Text napište s přesnou mezerou, jak je zde ukázáno.
77+
78+
Při přípravě tiskové verze bude dokument na tomto místě automaticky rozdělen a následující obsah se vytiskne na nové stránce.
79+
6880
## Seznamy
6981

7082
Odrážkové seznamy nezbytně musí mít mezeru za označením (číslo u číslovaného, - u nečíslovaného seznamu):

en/texts.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@ For a more detailed description of the behavior:
6565
| 0 | present | icons retained |
6666
| 1 | present | icons removed |
6767

68+
## 📄 Page break for printing
69+
70+
To manually insert a page break, add the following line to your .md or .html file:
71+
72+
```markdown
73+
<!-- @print-break -->
74+
```
75+
76+
⚠️ Note: Make sure to type the text exactly as shown, including spaces.
77+
78+
When generating the print version, the document will automatically break at this point, and the following content will start on a new page.
79+
6880
## Lists
6981

7082
For correct bullet list item there is required to have a space between marking (number for numbered list, - for bullet list):

0 commit comments

Comments
 (0)