> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# UI에서 Markdown을 렌더링하려면 어떻게 하나요?

저장하기 전에 문자열을 `weave.Markdown(...)`으로 감싸고, 그다음 `weave.publish(...)`를 사용해 저장하세요. 객체의 유형이 렌더링 방식을 결정하며, `weave.Markdown`은 알려진 UI 렌더러에 매핑됩니다. UI는 해당 값을 서식이 적용된 Markdown 객체로 표시합니다. 전체 코드 예제는 [calls 보기](/ko/weave/guides/tracking/tracing#viewing-calls)를 참조하세요.

***

<Badge stroke shape="pill" color="orange" size="md">[UI 렌더링](/ko/support/weave/tags/ui-rendering)</Badge>
