Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for markdown rendering #144

Merged
merged 12 commits into from Feb 12, 2024
Merged

Add support for markdown rendering #144

merged 12 commits into from Feb 12, 2024

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
1 check passed
@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.

None yet

1 participant