File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,18 @@ Podrobnější popis chování:
65
65
| 0 | je | ikonky zachovány |
66
66
| 1 | je | ikonky odebrány |
67
67
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
+
68
80
## Seznamy
69
81
70
82
Odrážkové seznamy nezbytně musí mít mezeru za označením (číslo u číslovaného, - u nečíslovaného seznamu):
Original file line number Diff line number Diff line change @@ -65,6 +65,18 @@ For a more detailed description of the behavior:
65
65
| 0 | present | icons retained |
66
66
| 1 | present | icons removed |
67
67
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
+
68
80
## Lists
69
81
70
82
For correct bullet list item there is required to have a space between marking (number for numbered list, - for bullet list):
You can’t perform that action at this time.
0 commit comments