Sfoglia il codice sorgente

Refactor working for most cases

main
Rocketsoup 1 anno fa
parent
commit
c0aafd2f21
2 ha cambiato i file con 2384 aggiunte e 1399 eliminazioni
  1. 2383
    1398
      js/markdown.js
  2. 1
    1
      markdownjs.html

+ 2383
- 1398
js/markdown.js
File diff soppresso perché troppo grande
Vedi File


+ 1
- 1
markdownjs.html Vedi File

@@ -80,7 +80,7 @@
80 80
 			}
81 81
 			function onMarkdownChange() {
82 82
 				let markdown = document.getElementById('markdowninput').value;
83
-				let html = Markdown.toHTML(markdown);
83
+				let html = Markdown.completeParser.toHTML(markdown);
84 84
 				document.getElementById('preview').innerHTML = html;
85 85
 			}
86 86
 

Loading…
Annulla
Salva