Skip to content

Commit f2d7ac7

Browse files
docs(i18n): escape angle brackets in ko-KR productivity blog table
Escape < and > characters in markdown table cells with backslash to prevent HTML interpretation and ensure correct rendering of comparison operators in the achievement badge table. Co-Authored-By: Hagicode <noreply@hagicode.com> Signed-off-by: newbe36524 <newbe36524@qq.com>
1 parent fdfcb7e commit f2d7ac7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/content/docs/ko-KR/blog/2026-03-22-ai-productivity-calculator-science.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ AI 비용 비중 = AI 연간 비용 / 연간 전체 인건비용
151151
| 칭호 ID | 이름 | 획득 조건 |
152152
|--------|------|---------|
153153
| craftsman-spirit | 장인 정신 | 일평균 Token = 0 |
154-
| prompt-alchemist | 프롬프트 연금술사 | 일 Token <= 20M이고 효율 배수 >= 6 |
155-
| all-in-operator | 올인 오퍼레이터 | 일 Token >= 150M이고 효율 배수 >= 3 |
156-
| minimalist-runner | 미니멀리스트 러너 | 일 Token <= 5M이고 효율 배수 >= 2 |
157-
| cost-tamer | 비용 테이머 | 비용 효율 비율 >= 2.5이고 AI 비중 <= 15% |
158-
| danger-oracle | 위험 예언자 | 등가 인건 >= 2.5 또는 고위험 구역 진입 |
159-
| budget-coordinator | 예산 코디네이터 | 부담 가능 워크플로 부수 >= 8 |
154+
| prompt-alchemist | 프롬프트 연금술사 | 일 Token \<= 20M이고 효율 배수 \>= 6 |
155+
| all-in-operator | 올인 오퍼레이터 | 일 Token \>= 150M이고 효율 배수 \>= 3 |
156+
| minimalist-runner | 미니멀리스트 러너 | 일 Token \<= 5M이고 효율 배수 \>= 2 |
157+
| cost-tamer | 비용 테이머 | 비용 효율 비율 \>= 2.5이고 AI 비중 \<= 15% |
158+
| danger-oracle | 위험 예언자 | 등가 인건 \>= 2.5 또는 고위험 구역 진입 |
159+
| budget-coordinator | 예산 코디네이터 | 부담 가능 워크플로 부수 \>= 8 |
160160

161161
각 칭호 뒤에는 숨겨진 의미가 있습니다:
162162

0 commit comments

Comments
 (0)