Now lets you push images to Umbraco as part of your content.
Joe Glombek discusses changes in the "read more" functionality in Umbraco versions 9-13, where descriptions below a horizontal rule no longer render as a "Read More" link. Instead, the native HTML `<details>` element can be used to recreate this feature, allowing for rich, intuitive property descriptions incorporating markdown and UUI web components.
Corné Hoskam provides a guide for transitioning from rich text to markdown in Umbraco, detailing the creation of an API controller to export content. Key steps include retrieving content, converting it using the ReverseMarkdown library, and resolving internal links. This process facilitates bulk markdown exports of Umbraco pages.