Skip to content

Add the ability to inject Views into Markdown articles #125

@jverkoey

Description

@jverkoey

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:

var body: some View {
  Div {
  ...
  }
}

This would require some kind of special markup that the Markdown renderer would need to handle.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions