質問編集履歴

2

修正

2020/08/12 21:16

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -60,21 +60,21 @@
60
60
 
61
61
  #OK
62
62
 
63
- <a href="https://example.com">コンテンツ</a>
63
+ テスト<a href="https://example.com">コンテンツ</a>テスト
64
64
 
65
65
 
66
66
 
67
- <a href="https://example.com">コンテンツ</a>
67
+ テスト<a href="https://example.com">コンテンツ</a>テスト
68
68
 
69
69
 
70
70
 
71
71
  #NG
72
72
 
73
- <a href="https://example.com">https://example.com</a>
73
+ テスト<a href="https://example.com">https://example.com</a>テスト
74
74
 
75
75
 
76
76
 
77
- <a href="https://example.com"><a href="https://example.com">https://example.com</a></a>
77
+ テスト<a href="https://example.com"><a href="https://example.com">https://example.com</a></a>テスト
78
78
 
79
79
 
80
80
 

1

例追加

2020/08/12 21:16

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -15,12 +15,6 @@
15
15
 
16
16
 
17
17
  ```php
18
-
19
-
20
-
21
- echo url2link('<a href="https://example.com">https://example.com</a>');
22
-
23
-
24
18
 
25
19
  function url2link($body, $link_title = null)
26
20
 
@@ -52,13 +46,25 @@
52
46
 
53
47
  ```html
54
48
 
49
+
50
+
51
+ #OK
52
+
53
+ テストhttps://example.comテスト
54
+
55
+
56
+
57
+ テスト<a href="https://example.com">https://example.com</a>テスト
58
+
59
+
60
+
55
61
  #OK
56
62
 
57
63
  <a href="https://example.com">コンテンツ</a>
58
64
 
59
65
 
60
66
 
61
- 無視される
67
+ <a href="https://example.com">コンテンツ</a>
62
68
 
63
69
 
64
70