I'm seeing the same issue. It looks to me like marked.min.js isn't always loaded by the time that index.js tries to use it.
marked.min.js
index.js
https://espruino.github.io/BangleApps/ seems to be working a bit better.
@NebbishHacker started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I'm seeing the same issue. It looks to me like
marked.min.js
isn't always loaded by the time thatindex.js
tries to use it.https://espruino.github.io/BangleApps/ seems to be working a bit better.