Test matrix
From FollowTheScore
generating a matrix from an indented list
Input is:
one aha oho two ehem three aha
Output is:
a simple demo matrix | aha | ehem | oho |
---|---|---|---|
one | x | x | |
two | x | ||
three | x |
Input is:
one aha oho two ehem three aha
Output is:
a simple demo matrix | aha | ehem | oho |
---|---|---|---|
one | x | x | |
two | x | ||
three | x |