defaultRoot
The root composable to use as a fallback if no other root is provided.
All markdown files, when converted to code, should have some root composable it lives within, wrapping all content. It should be an element that has a natural vertical flow to it, such as Compose HTML's Div
element (the default value) or Kobweb's Column
composable.
This root may be overridden if a root
value is set inside the markdown's front-matter block.
If a site doesn't want any special root element to wrap all markdown source files, then this value can be set to the empty string to disable it.