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