ttcMD: made card (regrettably) nestable to allow them in code blocks inside of cards
This commit is contained in:
@@ -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.
|
||||
]]
|
||||
|
||||
/[]
|
Reference in New Issue
Block a user