ttcMD: made card (regrettably) nestable to allow them in code blocks inside of cards

This commit is contained in:
2024-03-13 00:30:59 -06:00
parent 23cf8c263d
commit 009e988a38
4 changed files with 90 additions and 56 deletions

View File

@@ -1,7 +1,7 @@
# TEST
[][][]
[[
```
[][][]
This will make three columns, just like how this is laid out right now.
@@ -11,17 +11,30 @@ Each element will get its own cell in the grid.
So each of these paragraphs will end up in a separate column.
/[]
```
]]
[[
```
[][]
This will make two columns
[[
Each column can use a different element
]]
/[]
```
]]
[[
This card will end up in the third column...
]]
[[
... but since there isn't enough for this one, it will automatically get moved to the next row.
]]
/[]