Details
-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
1.1 M3
-
None
Description
Take this example:
1.1 Section a some text 1.1 Section b some other text
There are some unnecessary empty lines and space in that text. The correct rendering is equivalent to:
1.1 Section a some text 1.1 Section b some other text
Right now the editors behave like this:
- Wiki editeur does not change doc content but renders without unnecessary blank lines/spaces
- WYSIWYG editor changes the doc content by removing the unnecessary blank lines/spaces
We should have the same behavior for both, so:
- either the Wiki editor should strip unnecessary lines/spaces
- either the WYSIWYG editor shouldn't modify the content and keep the unnecessary blank lines/spaces
Attachments
Issue Links
- is related to
-
XWIKI-1198 Empty lines/spaces are compacted/removed in the WYSIWYG editor
- Closed