Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mattesmohr
Copy link
Member

@mattesmohr mattesmohr commented Feb 4, 2024

This PR adds support for markdown rendering, limited on inline markdown such as text emphasis, code or links - similar to SwiftUI.

Paragraph {
   MarkdownString("This is a *italic* and **strong** emphasis.")
}
<p>This is a <em>italic</em> and <strong>strong</strong> emphasis.</p>

For the time being, the markdown rendering will be hidden behind a feature flag. So if you would like to use it, you need to enable it first.

@mattesmohr mattesmohr marked this pull request as ready for review February 12, 2024 20:13
@mattesmohr mattesmohr merged commit cb34198 into main Feb 12, 2024
@mattesmohr mattesmohr deleted the upgrade/htmlkit-3.0-8 branch February 12, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant