varabyte / kobweb

A modern framework for full stack web apps in Kotlin, built upon Compose HTML
https://kobweb.varabyte.com
Apache License 2.0
1.53k stars 68 forks source link

Fix breaking the "no root" markdown case #515

Closed bitspittle closed 5 months ago

bitspittle commented 5 months ago

The previous code used to handle users disabling the "no root" markdown case by setting it to "", but I broke that with a previous code change. This has now been fixed.