質問編集履歴
1
コードの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,4 +8,11 @@
|
|
8
8
|
<script>
|
9
9
|
document.write(marked("%description%"));
|
10
10
|
</script>
|
11
|
+
```
|
12
|
+
|
13
|
+
descriptionの中身
|
14
|
+
|
15
|
+
```PHP
|
16
|
+
'%description%' => str_replace("\r\n", '\n', filtering(htmlspecialchars($description))),
|
17
|
+
|
11
18
|
```
|