Yes, the Sessions tab in Phoenix supports rendering markdown in session input/output views. Markdown rendering is available for text content, and improvements have been made to handle formatting and content wrapping in markdown blocks within the UI, including for session details and LLM message content. For JSON content, pretty printing is also supported in session details views as of recent releases.
For more, see <https://github.com/Arize-ai/phoenix/blob/main/docs/reference/release-notes.md|release notes>, <https://github.com/Arize-ai/phoenix/pull/2703|markdown rendering PR>, <https://github.com/Arize-ai/phoenix/pull/7508|markdown content wrap fix>, and <https://github.com/Arize-ai/phoenix/pull/5648|session details JSON rendering>.
Would you like more detail or code examples?
Sources:
- <https://github.com/Arize-ai/phoenix/pull/2703|markdown rendering PR>
- <https://github.com/Arize-ai/phoenix/blob/main/docs/reference/release-notes.md|release notes>
- <https://github.com/Arize-ai/phoenix/pull/7508|markdown content wrap fix>
- <https://github.com/Arize-ai/phoenix/pull/5648|session details JSON rendering>