Skip to content

TASK Add Markdown support #22

@thejhh

Description

@thejhh

Goal

Add Markdown support.

Example for views

Create a file named HelloWorld.md:

# Hello world This is a paraghraph. 

It will be the same as:

<View name="HelloWorld"> <h1>Hello world</h1> <p>This is a paraghraph.</p> </View>

Example for components

Create a file named HelloWorld.Component.md:

# Hello world This is a paraghraph. 

It will be the same as:

<Component name="HelloWorld"> <h1>Hello world</h1> <p>This is a paraghraph.</p> </Component>

Tasks

  • Placeholder

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions