CuBoulder / ucb_migration_shortcodes

A module that works alongside the Shortcodes module to ease the burden of migration.
0 stars 0 forks source link

Nested Shortcodes #24

Closed patrickbrown-io closed 2 months ago

patrickbrown-io commented 2 months ago

Previously complex nesting of shortcodes would often break the intended display. This adjusts the Button, ButtonGroup and ColumnList shortcodes to allow these complex nesting.

Other container-style shortcodes like Box, Column or Expandable Content seem to not need this adjustment and work as expected once the child shortcodes have been adjusted.

Resolves #21 Resolves #23