ClutchEngineering / ClutchEngineering/slipstream
Add the ability to inject Views into Markdown articles
Open
enhancement
- Dominant language
- Swift
- Stars
- 74
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Consider a markdown article like this:
```md
Lots of text
Some HTML.
Lots more text.
```
The `div` portion of the Markdown would ideally be injectable in some fashion using a more canonical Slipstream View definition:
```swift
var body: some View {
Div {
...
}
}
```
This would require some kind of special markup that the Markdown renderer would need to handle.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.