Changed around line 5: https://try.scroll.pub/jscroll.js
+ test.js
+
- const main = async () => {
- const program = await jscroll.parseScroll(`# Hello world
-
- - A test
- - Of JScroll
- `)
- document.querySelector("#output").innerHTML = program.asHtml
- }
- main()