Test matrix
From FollowTheScore
generating a matrix from an indented list
Input is:
one oho aha two ehem three four aha uhui
Output is:
| a simple demo matrix | aha | ehem | oho | uhui |
|---|---|---|---|---|
| one | x | x | ||
| two | x | |||
| three | ||||
| four | x | x |
Links to DPL Manual pages
Now we use two nested DPL queries to generate the indented list: