WebExpress 0.0.9-alpha – A Major Step Towards Independence

With the release of WebExpress 0.0.9-alpha , we're turning an important corner: the switch from Markdig to a custom-built Markdown parser marks a pivotal evolution in WebExpress’s architectural vision. Why the Change? Markdig has served us well for many versions. Its stability, versatility, and performance made it the obvious choice during WebExpress’s early development. However, as the system matured, limitations in deep integration became increasingly apparent: System Integration : Our own parser allows for tighter embedding within internal modules, particularly for dynamic content and layout control. Flexibility : Building our own parser gives us full control over features and performance, supporting custom enhancements seamlessly. Licensing Concerns : Markdig is distributed under the BSD-2-Clause license—generous, yet not entirely aligned with our philosophy. Since WebExpress is released completely under the MIT license , consistent licensing is essential for transparency and...