質問編集履歴
1
htmlの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,6 +7,22 @@
|
|
7
7
|
|
8
8
|
|
9
9
|
### 書いたコード
|
10
|
+
|
11
|
+
html
|
12
|
+
|
13
|
+
```ここに言語を入力
|
14
|
+
|
15
|
+
<div class="auto-link">
|
16
|
+
|
17
|
+
https://my-domain.com/sample/<br>
|
18
|
+
|
19
|
+
https://other-domain.com/sample/
|
20
|
+
|
21
|
+
</div>
|
22
|
+
|
23
|
+
```
|
24
|
+
|
25
|
+
javascript
|
10
26
|
|
11
27
|
```ここに言語を入力
|
12
28
|
|