alexkurowski / solo-toolkit

MIT License
7 stars 1 forks source link

Nested Tables #10

Open Syrkres opened 1 week ago

Syrkres commented 1 week ago

So for your random tables you have the syntax as follows, what would be cool is if you can add {selectable} to the Tables.

{element1}  does {element2}

## Element1
value 1
value 2

## Element2
Something 1
Something 2

Example

{element1}  does {element2}

## Element1
value 1
value 2

## Element2
Something {fun}
Something {fun}

## Fun 
Playing golf
Playing Football
alexkurowski commented 1 week ago

Added in 0.3.13!

There are lots of caveats with such feature though, but for simple usage 0.3.13 should work.