Skip to content

Commit

Permalink
Update rendering-lists.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hg-pyun authored Oct 27, 2023
1 parent 319d1d2 commit a72d5a3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/content/learn/rendering-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -1086,11 +1086,7 @@ export const recipes = [{

#### 구분 기호가 있는 리스트 {/*list-with-a-separator*/}

<<<<<<< HEAD
이 예제는 Katsushika Hokusai의 유명한 하이쿠(일본의 정형시)를 렌더링하며, 각 행은 `<p>` 태그로 래핑되어 있습니다. 여러분이 해야 할 일은 각 단락 사이에 `<hr />` 구분 기호를 삽입하는 것입니다. 결과 구조는 다음과 같아야 합니다.
=======
This example renders a famous haiku by Tachibana Hokushi, with each line wrapped in a `<p>` tag. Your job is to insert an `<hr />` separator between each paragraph. Your resulting structure should look like this:
>>>>>>> 68f417a600c7d7b8c4131e39f8a843a856ae3909
이 예제는 Katsushika Hokusai의 유명한 하이쿠(일본의 정형시)를 렌더링하며, 각 행은 `<p>` 태그로 래핑되어 있습니다. 여러분이 해야 할 일은 각 단락 사이에 `<hr />` 구분 기호를 삽입하는 것입니다. 결과 구조는 다음과 같아야 합니다:

```js
<article>
Expand Down Expand Up @@ -1262,4 +1258,4 @@ hr {

</Solution>

</Challenges>
</Challenges>

0 comments on commit a72d5a3

Please sign in to comment.