Skip to content

Commit

Permalink
Merge pull request #8134 from ckeditor/i/8122
Browse files Browse the repository at this point in the history
Docs: Fix the CI by using absolute URLs to cross-repo docs. Closes #8122.
  • Loading branch information
Reinmar authored Sep 23, 2020
2 parents f0b5f2d + 1a0c3fd commit 07ba48e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/ckeditor5-page-break/docs/features/page-break.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ menu-title: Page break

# Page break

The {@link module:page-break/pagebreak~PageBreak} plugin provides a possibility to insert a page break into the rich-text editor. This is useful in paged editing scenarios where you want to have more control over the final structure of the document that is printed, {@link features/export-pdf exported to PDF} or {@link features/export-word to Word}.
The {@link module:page-break/pagebreak~PageBreak} plugin provides a possibility to insert a page break into the rich-text editor. This is useful in paged editing scenarios where you want to have more control over the final structure of the document that is printed, [exported to PDF](https://ckeditor.com/docs/ckeditor5/latest/features/export-pdf.html) or [to Word](https://ckeditor.com/docs/ckeditor5/latest/features/export-word.html).

The page break feature is further complemented by the {@link features/pagination pagination feature} that allows you to see where page breaks would be after the document is exported to PDF or to Word.
The page break feature is further complemented by the [pagination feature](https://ckeditor.com/docs/ckeditor5/latest/features/pagination.html) that allows you to see where page breaks would be after the document is exported to PDF or to Word.

## Demo

Expand Down Expand Up @@ -45,9 +45,9 @@ ClassicEditor

Here are some useful CKEditor 5 features that you can use together with the page break plugin for an all-around paged editing experience:

* The {@link features/pagination pagination feature} allows you to see where page breaks would be after the document is {@link features/export-pdf exported to PDF} or {@link features/export-word to Word}.
* The {@link features/export-word export to Word} feature will allow you to generate editable, paged `.docx` files out of your editor-created content.
* The {@link features/export-pdf export to PDF} feature will allow you to generate portable, paged PDF files out of your editor-created content.
* The [pagination feature](https://ckeditor.com/docs/ckeditor5/latest/features/pagination.html) allows you to see where page breaks would be after the document is [exported to PDF](https://ckeditor.com/docs/ckeditor5/latest/features/export-pdf.html) or [to Word](https://ckeditor.com/docs/ckeditor5/latest/features/export-word.html).
* The [export to Word](https://ckeditor.com/docs/ckeditor5/latest/features/export-word.html) feature will allow you to generate editable, paged `.docx` files out of your editor-created content.
* The [export to PDF](https://ckeditor.com/docs/ckeditor5/latest/features/export-pdf.html) feature will allow you to generate portable, paged PDF files out of your editor-created content.

## Common API

Expand Down

0 comments on commit 07ba48e

Please sign in to comment.