We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider a markdown article like this:
Lots of text <div class="flex flex-row items-center justify-center flex-wrap"> Some HTML. </div> Lots more text.
The div portion of the Markdown would ideally be injectable in some fashion using a more canonical Slipstream View definition:
div
var body: some View { Div { ... } }
This would require some kind of special markup that the Markdown renderer would need to handle.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider a markdown article like this:
The
div
portion of the Markdown would ideally be injectable in some fashion using a more canonical Slipstream View definition:This would require some kind of special markup that the Markdown renderer would need to handle.
The text was updated successfully, but these errors were encountered: