Nesting shortcodes
Container in a container.
[container fluid]
[div ui fluid container]Container in a container.[/div]
[/container]
Notes
A shortcode cannot contain another instance of itself, so a div shortcode with Semantic UI classes can be used as a substitute. For most shortcodes the Semantic UI class syntax can be achieved by using the shortcode name as the last class and prepending the 'ui' class.Nesting shortcodes
Container in a container.
[container]
[ui container]Container in a container.[/ui]
[/container]
Notes
'ui' shortcode is same as 'div', except the .ui class is prepended by default.