BookStack/app/Entities/Tools/Markdown
Dan Brown 4fd5dbcfdd
Updated visual consistency of lists and markdown task list rendering
- Numbered and bullet list margins have been made consistent
   - Numbered lists margins were increase at some point to handle 3-digit
  numbers, Normal bullet margins updated to match this.
- Consistent margin for sub-lists.
- System back-end markdown renderer (For pages) updated with a custom
  list item renderer to apply class for to align with front-end renderer.
   - This means that task list items will be consistent with the preview
     and not render a number/bullet.
- Indentation styles for task list items fixed to be visually indented.

For #2854 and #2837
2021-08-23 22:31:07 +01:00
..
CustomListItemRenderer.php Updated visual consistency of lists and markdown task list rendering 2021-08-23 22:31:07 +01:00
CustomParagraphConverter.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
CustomStrikeThroughExtension.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
CustomStrikethroughRenderer.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
HtmlToMarkdown.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00