mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
- For some reason, TinyMCE would handle empty paragraphs with a ' ' by default but this would be removed when the paragraph had an attribute. This was fine in the old editor. - This changes the approach to use '<br>' tags within elements for "spaced emptiness". - For compatbility with any existing empty paragraphs, I updated the styles to show default height for empty paragraph sections. - This also makes changes to help preserve encoded html tags since they were getting converted along the journey. Related to #3302 |
||
|---|---|---|
| .. | ||
| BookShelfTest.php | ||
| BookTest.php | ||
| ChapterTest.php | ||
| CommentSettingTest.php | ||
| CommentTest.php | ||
| EntityAccessTest.php | ||
| EntitySearchTest.php | ||
| ExportTest.php | ||
| PageContentTest.php | ||
| PageDraftTest.php | ||
| PageEditorTest.php | ||
| PageRevisionTest.php | ||
| PageTemplateTest.php | ||
| PageTest.php | ||
| SearchOptionsTest.php | ||
| SortTest.php | ||
| TagTest.php | ||