Skip to content

Inline React components? #25

@SachaG

Description

@SachaG

Would there be a way to support inline components? i.e. something like:

Markdown:

You can --MyComponent text="click"-- me

React:

MyComponent = (props) => <button onClick="....">{props.text}</button>

Result:

You can <button onClick="....">click</button> me

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions