BookStack/app/Entities/Tools
Dan Brown 5947f59a04
Updated strategy for empty newline sections
- For some reason, TinyMCE would handle empty paragraphs with a '&nbsp'
  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 &nbsp; html tags
  since they were getting converted along the journey.

Related to #3302
2022-03-01 17:26:06 +00:00
..
Markdown
BookContents.php Applied latest styleCI changes 2022-01-06 12:18:11 +00:00
BookSortMap.php Addressed phpstan cases 2022-01-07 13:04:49 +00:00
BookSortMapItem.php Applied latest styleCI changes 2022-01-06 12:18:11 +00:00
Cloner.php Applied latest StyleCI changes 2021-12-20 17:40:27 +00:00
ExportFormatter.php Applied StyleCI changes, updated readme badges & roadmap 2022-02-13 13:16:43 +00:00
NextPreviousContentLocator.php
PageContent.php Updated strategy for empty newline sections 2022-03-01 17:26:06 +00:00
PageEditActivity.php
PdfGenerator.php Updated translator attribution and StyleCI changes 2022-01-24 20:55:03 +00:00
PermissionsUpdater.php Refactored the activity service 2021-12-11 17:29:33 +00:00
SearchIndex.php Applied another round of static analysis updates 2021-11-22 23:33:55 +00:00
SearchOptions.php
SearchResultsFormatter.php Make building of search results work for multi-byte encoded characters 2021-12-15 16:29:43 +02:00
SearchRunner.php Applied another round of static analysis updates 2021-11-22 23:33:55 +00:00
ShelfContext.php
SiblingFetcher.php
SlugGenerator.php
TrashCan.php Applied latest styleci changes 2022-01-10 18:18:15 +00:00