- Potentially improved server stability, but still keeping an eye out (Bug #89)
- Fixed occasionally cases where nested columns / rows/ boxes wouldn't lay out properly due to ambiguous CSS class names
- External links are now opened in a new tab
- Markdown improvements
- Soft line breaks are handled now (before, separate lines were appended together with no space between them)
- Indented code blocks are now handled (in addition to fenced code blocks, which were working before)
- You can now use
val ctx = rememberPageContext(); ctx.markdown....to get theMarkdownContextfor the current page- Potentially useful for widgets used inside markdown
- At the moment, key/values from the front matter block are included in the context, e.g.
ctx.markdown.frontMatter["key"]
- The
kobwebx.markdown.useSilkproperty will automatically be set to false if your project doesn't depend on silk