TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Does ChatGPT output response in Markdown?

1 pointsby septic-liqueur12 months ago
In MS Copilot, every time I am interacting with ChatGPT I see the response firs appearing as markdown and then immediately formatted inline.<p>Does ChatGPT have a hidden instruction to output in Markdown ?

1 comment

verdverm12 months ago
I believe many LLMs have this training. It is becoming increasingly difficult to get the foundation models to output just a JSON object, without the ```json ... ``` around it.<p>It&#x27;s certainly a convenient format to output, simple for the LLM, easy to parse, render, and style for UIs