> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-hivemind-launch.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# UI Rendering

<Card title="How do I render Markdown in the UI?" href="/support/weave/articles/how-do-i-render-markdown-in-the-ui" arrow="true" horizontal>
  Before saving, wrap your string with weave.Markdown(...), then use weave.publish(...) to store it. The object's type det ...
</Card>

<Card title="How do I render Python datetime values in the UI?" href="/support/weave/articles/how-do-i-render-python-datetime-values-i" arrow="true" horizontal>
  Use Python's datetime.datetime with timezone information, and publish the object using weave.publish(...). Weave recogni ...
</Card>
