@@ -14,7 +14,7 @@
<script type='module'>
import {buildAST, toReact} from './index.mjs'
md.value = localStorage.md || '# markdown here\n'
- update.oninput = () => {
+ md.oninput = () => {
localStorage.md = md.value
const ast = buildAST(md.value)
console.log(ast)