- Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
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
Labels
No labels