Ivan Asmer hace 4 años
padre
commit
55993a8c95
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 0 1
      index.html
  2. 1 1
      index.mjs

+ 0 - 1
index.html

@@ -20,7 +20,6 @@
                 console.log(ast)
                 ReactDOM.render(toReact(ast, React), reactMD)
             }
-            update.onclick()
         </script>
     </body>
 </html>

+ 1 - 1
index.mjs

@@ -473,7 +473,7 @@ const syntax = {
     p:{
         paired: true,
         recursive: false,
-        startRegexp: /\n\n\s*\S/,
+        startRegexp: /\n\s*\S/,
         endRegexp: /\n/,
         content: {
             start: {