You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have an existing page with html content similar to this, pagebreaks are shown in old visual editor as dotted line with "- - - PAGE BREAK - - -" text:
Page 1 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
<!--nextpage-->
Page 2 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
<!--nextpage-->
Page 3 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
<!--nextpage-->
Page 4 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Open page with Gutenberg, page gets converted to a single paragraph block, pagebreaks are not shown in visual editor, but are still there and used in frontend.
<p>Page 1 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
<!--nextpage-->
Page 2 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
<!--nextpage-->
Page 3 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
<!--nextpage-->
Page 4 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p>
Expected behaviour: Show pagebreaks or cut page in different blocks with types depending on content between <!--nextpage--> markers.
Possible reason: <!--nextpage--> not supported by Gutenberg (yet).
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Pagebreaks <!--nextpage-->not visible in Gutenberg
Pagebreaks <!--nextpage-->not visible / supported in Gutenberg
Dec 18, 2017
Have an existing page with html content similar to this, pagebreaks are shown in old visual editor as dotted line with "- - - PAGE BREAK - - -" text:
Open page with Gutenberg, page gets converted to a single paragraph block, pagebreaks are not shown in visual editor, but are still there and used in frontend.
Expected behaviour: Show pagebreaks or cut page in different blocks with types depending on content between
<!--nextpage-->
markers.Possible reason:
<!--nextpage-->
not supported by Gutenberg (yet).The text was updated successfully, but these errors were encountered: