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 | |
`
Yea, it would be dope to have something like: