Skip to content

fix runtime warning and invalid data in initial template causing load error

Christian Hergert requested to merge chergert/spiel:main into main

The embedded Nil byte ending up in the "Hi!\0" written to disk is causing the markdown loading to fail.

Also fixes a runtime warning seen when looking this up.

Cheers!

Merge request reports