Ivan Asmer пре 4 година
родитељ
комит
55993a8c95
2 измењених фајлова са 1 додато и 2 уклоњено
  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: {