質問編集履歴

1

ソースコードを修正

2019/08/17 01:00

投稿

minyouyuu
minyouyuu

スコア39

test CHANGED
File without changes
test CHANGED
@@ -1,10 +1,12 @@
1
1
  ```html
2
2
 
3
- <a href="http://www.hoge/index.htm" class="link-break" target=_blank>http://www.hoge/index.htm</a>
3
+ <p>詳細は、<a href="https://www.google.com/" class="admin-detail" target="_blank">https://www.google.com/</a>からどうぞ!</p>
4
4
 
5
5
  ```
6
6
 
7
7
 
8
+
9
+ 現在、マークダウンファイルにhtmlを記載しております。
8
10
 
9
11
  <a href="url">url</a>のように、aタグの表示名をurlにしたいと考え、
10
12
 
@@ -16,9 +18,13 @@
16
18
 
17
19
  ```html
18
20
 
19
- <a href="http://www.hoge/index.htm" class="link-break" target="”_blank”"></a>
21
+ <p>詳細は、
20
22
 
23
+ <a href="https://www.google.com/" class="admin-detail" target="_blank"></a>
24
+
21
- <a href="http://www.hoge/index.htm">http://http://www.hoge/index.htm</a>
25
+ <a href="https://www.google.com/">https://www.google.com/</a>からどうぞ!
26
+
27
+ </p>
22
28
 
23
29
  ```
24
30