Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Jan 7, 2025
1 parent 6391f5c commit c353390
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jscroll.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

<script type="text/javascript">
const main = async () => {
const program = await jscroll.parseScroll(`https://pldb.io/pldb.json
select id rank
printTable
const program = await jscroll.parseScroll(`# Hello world
- A test
- Of JScroll
`)
document.querySelector("#output").innerHTML = program.asHtml
console.log(program.asHtml)
Expand Down

0 comments on commit c353390

Please sign in to comment.