Page break support for pastefromword #2598
Labels
plugin:pastefromword
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
support:2
An issue reported by a commercially licensed client.
target:major
Any docs related issue that should be merged into a major branch.
type:feature
A feature request.
Milestone
Type of report
Feature request
Provide description of the new feature
MS Word allows users to insert page break. It's possible to find out if document have page break by
<br clear=all style='mso-special-character:line-break; page-break-before:always'>
element available from clipboard. It may allow us to preserve page breaks inside editor by extendingpastefromword
with correct filter.The feature should produce the same HTML output for page breaks like Page Break plugin.
You can use pagebreak_sample.zip for tests.
Preview / Demo
Users interested in seeing how the feature looks today can preview it here.
The text was updated successfully, but these errors were encountered: