Skip to content

Commit 735460c

Browse files
committed
Revert "EN,CZ : print.md : fix print-break comment to render it correctly by Prism.js" to previous form to be fully correct with requirements
1 parent 2c957ce commit 735460c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cs/print.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Uzavíratelné sekce jsou před tiskem automaticky rozbaleny, aby se zajistil ti
3333
V místě, kde potřebujete ručně zalomit stránku, vložte následující text do svého .md nebo .html souboru:
3434

3535
```markdown
36-
<!-- @print-break -->
36+
<!-- @print-break -->
3737
```
3838

3939
⚠️ Upozornění: Text napište s přesnou mezerou, jak je zde ukázáno.

en/print.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ All collapsible sections are automatically opened before printing to ensure that
3535
To manually insert a page break, add the following line to your .md or .html file:
3636

3737
```markdown
38-
&lt;!-- @print-break --&gt;
38+
<!-- @print-break -->
3939
```
4040

4141
⚠️ Note: Make sure to type the text exactly as shown, including spaces.

0 commit comments

Comments
 (0)