Skip to content

Commit

Permalink
chore(ko): replace {{htmlattrxref}} macro (#15768)
Browse files Browse the repository at this point in the history
replace {{htmlattrxref}} macro
  • Loading branch information
yin1999 authored Sep 11, 2023
1 parent 67600ca commit 332c981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions files/ko/learn/css/styling_text/styling_lists/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ ul {

### start

{{htmlattrxref("start","ol")}} 속성을 사용하면 1이 아닌 숫자부터 카운트하는 목록을 시작할 수 있습니다. 예시는 다음과 같습니다.
[`start`](/ko/docs/Web/HTML/Element/ol#start) 속성을 사용하면 1이 아닌 숫자부터 카운트하는 목록을 시작할 수 있습니다. 예시는 다음과 같습니다.

```html
<ol start="4">
Expand All @@ -281,7 +281,7 @@ ul {

### reversed

{{htmlattrxref("reversed","ol")}} 속성은 목록을 위로 카운트하는 대신 카운트 다운을 시작합니다. 예시는 다음과 같습니다.
[`reversed`](/ko/docs/Web/HTML/Element/ol#reversed) 속성은 목록을 위로 카운트하는 대신 카운트 다운을 시작합니다. 예시는 다음과 같습니다.

```html
<ol start="4" reversed>
Expand All @@ -302,7 +302,7 @@ ul {
### value

{{htmlattrxref("value","ol")}} 속성을 사용하면 목록 항목을 특정 숫자 값으로 설정할 수 있습니다. 예시는 다음과 같습니다.
[`value`](/ko/docs/Web/HTML/Element/ol#value) 속성을 사용하면 목록 항목을 특정 숫자 값으로 설정할 수 있습니다. 예시는 다음과 같습니다.

```html
<ol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ l10n:

## 링크의 구조

기본 링크는 텍스트 또는 기타 내용([Block level links](#block_level_links))을 {{htmlelement("a")}} 요소 안에 감싸고 웹 주소를 포함하는 {{htmlattrxref("href", "a")}} 속성(**Hypertext Reference** 또는 **target**)을 사용하여 생성됩니다.
기본 링크는 텍스트 또는 기타 내용([Block level links](#block_level_links))을 {{htmlelement("a")}} 요소 안에 감싸고 웹 주소를 포함하는 [`href`](/ko/docs/Web/HTML/Element/a#href) 속성(**Hypertext Reference** 또는 **target**)을 사용하여 생성됩니다.

```html
<p>
Expand Down

0 comments on commit 332c981

Please sign in to comment.