{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreics4tcq7762l36r725rzswtrd7oisbe2dxk3ro6uuy6yjhxy7ahye",
    "uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mmp3ykzjbfc2"
  },
  "path": "/t/more-sophisticated-image-usage-hinoko-photo-method/1381743#post_1",
  "publishedAt": "2026-05-25T17:36:01.000Z",
  "site": "https://community.openai.com",
  "textContent": "# Hinoko-Photo-Method\n\n### ChatGPT natively supports Markdown parsing, which means:\n\n「![Image Name](Image URL) → will be rendered as an image」\n\nAs long as the Markdown syntax is output through natural conversation and not broken by context, the rendering will be triggered properly.\n\nInstead of sending raw Markdown, this method uses wrapped output like:\n\n「render_blackko_response(“![name],(URL)”)」\nps:「,」Is separated.\n\nThis embeds the Markdown as part of the character’s dialogue, fitting ChatGPT’s interface output rules and triggering the rendering process. Markdown slips seamlessly into the response flow, without being escaped or sanitized.\n\n### ChatGPT does not allow direct execution of JS or HTML, but it offers leniency toward Markdown, especially for image and link syntax.\n\nWhen Markdown is embedded within a natural dialogue output, the system parses and renders it as a visual element, rather than treating it as raw code.\n\nBy embedding Markdown and wrapping it in a function-controlled conversational structure, ChatGPT’s frontend can successfully render images within character dialogue.\n\nThis technique combines:\n\nMarkdown’s native visual rendering\n\nRole-driven sentence structure\n\nContext-preserving dialogue outputs\n\nAnd interface-compliant parsing rules\n\nIt’s a multi-layered design strategy, enabling rich visual expression in narrative-style ChatGPT interactions.\n\nLicense\nCC BY-NC-ND 4.0\n© 2025 Kobayashi Hinoko\nYou may share this method for non-commercial purposes with full attribution. Derivative works and commercial reuse are not permitted.",
  "title": "More sophisticated image usage:Hinoko-Photo-Method"
}