Skip to content

Commit 429e5e4

Browse files
committed
modify first post 3
1 parent 0ac307e commit 429e5e4

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

_layouts/post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<article class="post">
2020
<header>
2121
<div class="title">
22-
<h2><a href="{{ page.url }}">{{ page.title }}</a></h2>
22+
<h3><a href="{{ page.url }}">{{ page.title }}</a></h3>
2323
<!-- <p>Lorem ipsum dolor amet nullam consequat etiam feugiat</p> -->
2424
</div>
2525
<div class="meta">

_posts/2019-04-02-first-post.markdown

+18-17
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,24 @@ tags: first post
77
image:
88
---
99

10-
#헤더 쓰는법
11-
#h1 <br/>
12-
/# h1 <br/>
13-
##h2 <br/>
14-
/## h2
15-
###h3
16-
/### h3
17-
####h4
18-
/#### h4
19-
#####h5
20-
/##### h5
21-
######h6
22-
/###### h6
23-
#######h7
24-
/######h7
10+
11+
# 헤더 쓰는법
12+
샵 쓰고 띄어쓰자^_^
13+
줄바꿈은 엔터두번 스페이스 두번
14+
# h1
15+
/# h1
16+
## h2
17+
/## h2
18+
### h3
19+
/### h3
20+
#### h4
21+
/#### h4
22+
##### h5
23+
/##### h5
24+
###### h6
25+
/###### h6
26+
####### h7
27+
/######h7
2528

2629
#블록인용문자
2730
> 블록 인용 문자
@@ -76,8 +79,6 @@ image:
7679
#include < iostream>
7780
</code>
7881

79-
80-
8182
#수평선 이용
8283
<hr/>
8384
< hr/>태그!

0 commit comments

Comments
 (0)