@@ -20,7 +20,6 @@
console.log(ast)
ReactDOM.render(toReact(ast, React), reactMD)
}
- update.onclick()
</script>
</body>
</html>
@@ -473,7 +473,7 @@ const syntax = {
p:{
paired: true,
recursive: false,
- startRegexp: /\n\n\s*\S/,
+ startRegexp: /\n\s*\S/,
endRegexp: /\n/,
content: {
start: {