This is a major(?) release.
This introduces mainly two things: (a) Minor change in behavior of Multiline Card. (b) Page Embed Support
Details regarding new behavior of Multiline Cards
Multiline Cards now include all sub-children blocks by default #28. This behavior can be changed by using depth-* tags or depth property.
For example, #depth-1
or depth:: 1
can be added to only show the direct children only (old behavior of the plugin).
Changelog:
- feat: support outline subcontents by default #28
- enhance: depth property and depth-* tags support
- feat: add embed-page support
- feat: Convert block refs to their content #32
- enhance: css for extra content
- enhance: more css improvements
- fix: Rendering issue with double }} in multiline cards children #25