Skip to content

Commit bb2df52

Browse files
committed
ui: '- refs # ' 사용법 추가
1 parent 4ca1fd0 commit bb2df52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DevLog/UI/Home/TodoEditorView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ struct TodoEditorView: View {
162162
}
163163

164164
private var markdownHint: some View {
165-
Text("Markdown 지원 · 예: # 제목, - 목록, **굵게**")
165+
Text("Markdown 지원 · 예: # 제목, - 목록, **굵게**, - refs #번호")
166166
.font(.caption)
167167
.foregroundStyle(.secondary)
168168
}

0 commit comments

Comments
 (0)