ソースを参照

Refactor working for most cases

main
Rocketsoup 1年前
コミット
c0aafd2f21
2個のファイルの変更2384行の追加1399行の削除
  1. 2383
    1398
      js/markdown.js
  2. 1
    1
      markdownjs.html

+ 2383
- 1398
js/markdown.js
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
markdownjs.html ファイルの表示

@@ -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
 

読み込み中…
キャンセル
保存