-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Yea, it would be dope to have something like:
MyType.fromMarkdown(markDownString); // resolve an array of MyType
MyType.fromMarkdown`
| Example | Column | Whatever |
| ------- | ------ | -------- |
| Hello | World | |
`tuplesFromMarkdown(markDownString); // Basically resolves the input parameters of the markdown table function
tuplesFromMarkdown`
| Example | Column | Whatever |
| ------- | ------ | -------- |
| Hello | World | |
`objectsFromMarkdown(markDownString); // Constructs an array of POJSO (hah, made that one up; #suchCreative)
objectsFromMarkdown`
| Example | Column | Whatever |
| ------- | ------ | -------- |
| Hello | World | |
`Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request