Kaynağa Gözat

Refactor working for most cases

main
Rocketsoup 1 yıl önce
ebeveyn
işleme
c0aafd2f21
2 değiştirilmiş dosya ile 2384 ekleme ve 1399 silme
  1. 2383
    1398
      js/markdown.js
  2. 1
    1
      markdownjs.html

+ 2383
- 1398
js/markdown.js
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 1
- 1
markdownjs.html Dosyayı Görüntüle

@@ -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…
İptal
Kaydet