powered by
Constructs a block object of type "BulletList".
"BulletList"
BulletList(llblocks)
a list of lists of blocks
bullet_1 <- Plain("A") bullet_2 <- Plain(Str("B")) bullet_3 <- list(Plain(list(Str("C")))) BulletList(list(bullet_1, bullet_2, bullet_3))
Run the code above in your browser using DataLab