TokamakUI / Tokamak

SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms
Apache License 2.0
2.62k stars 111 forks source link

Revert "Add html5 doctype to static renderer (#486)" #487

Closed MaxDesiatov closed 2 years ago

MaxDesiatov commented 2 years ago

This reverts commit 3081f5521a7bfc10e4b3087f5744887a1c7f4947 which causes failing layout snapshots we've recently turned back on in https://github.com/TokamakUI/Tokamak/pull/484.

ezraberch commented 2 years ago

The rest of the failing tests are from #483. Those are caused by an extra blank line after the title tag.

MaxDesiatov commented 2 years ago

Yep, I've just bisected it, resolving it now.

MaxDesiatov commented 2 years ago

CC @AndrewBarba