Skip to content

4.13.27

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 23:04

πŸš€ New Feature

  • Formatting / Lists: applying a CSS style (text color, background, font size, font family) to a fully selected list item now puts the style on the <li> itself instead of wrapping the content in a <span>, so the bullet or number gets the same color and size as the text. Partially selected items, items with a nested list and element formats such as bold/italic keep wrapping the content as before; applying the same style again toggles it off the item. #1460