質問編集履歴
6
タグの追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
5
ライブラリ情報の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
+
https://github.com/markedjs/marked
|
4
|
+
上記URL中のmarked.min.jsといったライブラリを使用してWebサイトにMarkdown機能を入れようとしています。
|
3
5
|
1.Markdown記法でtextareaにテキストを入力
|
4
6
|
2.入力したテキストを画面右側でプレビュー
|
5
7
|
|
@@ -53,4 +55,4 @@
|
|
53
55
|
ASP.NET
|
54
56
|
C#
|
55
57
|
ライブラリ
|
56
|
-
* https://
|
58
|
+
* https://github.com/markedjs/marked
|
4
HTMLタグの追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
3
ライブラリ情報の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -53,21 +53,4 @@
|
|
53
53
|
ASP.NET
|
54
54
|
C#
|
55
55
|
ライブラリ
|
56
|
-
*
|
56
|
+
* https://cdn.jsdelivr.net/npm/marked/marked.min.js
|
57
|
-
* Microsoft.CSharp
|
58
|
-
* System
|
59
|
-
* System.ComponentModel.DataAnnotations
|
60
|
-
* System.Configuration
|
61
|
-
* System.Core
|
62
|
-
* System.Data
|
63
|
-
* System.Data.DataSetExtensions
|
64
|
-
* System.Drawing
|
65
|
-
* System.EnterpriseServices
|
66
|
-
* System.Web
|
67
|
-
* System.Web.ApplicationServices
|
68
|
-
* System.Web.DynamicData
|
69
|
-
* System.Web.Entity
|
70
|
-
* System.Web.Extensions
|
71
|
-
* System.Web.Services
|
72
|
-
* System.Xml
|
73
|
-
* System.Xml.Linq
|
2
teratailタグの削除
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
タグを追加/補足情報にライブラリを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -51,4 +51,23 @@
|
|
51
51
|
|
52
52
|
Visual Studio 2019 Community
|
53
53
|
ASP.NET
|
54
|
-
C#
|
54
|
+
C#
|
55
|
+
ライブラリ
|
56
|
+
* Microsoft.CodeDom.Providers.DotNetCompilerPlatform
|
57
|
+
* Microsoft.CSharp
|
58
|
+
* System
|
59
|
+
* System.ComponentModel.DataAnnotations
|
60
|
+
* System.Configuration
|
61
|
+
* System.Core
|
62
|
+
* System.Data
|
63
|
+
* System.Data.DataSetExtensions
|
64
|
+
* System.Drawing
|
65
|
+
* System.EnterpriseServices
|
66
|
+
* System.Web
|
67
|
+
* System.Web.ApplicationServices
|
68
|
+
* System.Web.DynamicData
|
69
|
+
* System.Web.Entity
|
70
|
+
* System.Web.Extensions
|
71
|
+
* System.Web.Services
|
72
|
+
* System.Xml
|
73
|
+
* System.Xml.Linq
|