How to Open a ChatGPT Deep Research Report (.md)
with tables and footnotes intact
A ChatGPT Deep Research report is long, and it usually comes with tables, numbered citations, and sometimes math. When you save or copy it into a .md file and open that in a plain text editor, the tables collapse into rows of pipes, the citations become [^1] text, and the whole thing reads like markup.
The file is fine. It just is not being rendered. Here is how to open that .md and read the report the way it was meant to look, locally, with nothing uploaded.
Why the report looks broken in a plain editor
A Deep Research report saved as Markdown leans on a few things that a plain editor does not render:
- Tables are written in GFM pipe syntax, so you see
| ... | ... |rows instead of a table. - Citations are often Markdown footnotes, so a source shows as
[^1]instead of a linked reference. - Math, if the report has any, shows as raw LaTeX between dollar signs.
None of that is corruption. It is ordinary Markdown that needs a reader which renders GFM tables and footnotes. This is the same underlying issue as Markdown not rendering in general.
Open it rendered, in the browser
NoteLoom opens a local folder right in the browser and renders the .md files in it, which is exactly what a long report needs.
- Save or copy the Deep Research report into a
.mdfile (for example in yourDownloadsfolder). - Open
app.noteloom.ccin Chrome / Edge / Arc and mount that folder. Nothing to install. - Open the report in the
readingview. The tables, footnote citations, headings, and any math render, so you can read the whole thing section by section.
| In the report | In NoteLoom’s reading view |
|---|---|
| GFM tables | A real table instead of rows of pipes and dashes |
| Footnote citations [^1] | Numbered, linked references you can jump to |
| Math ($ ... $) | Rendered with KaTeX instead of raw LaTeX |
| Headings and sections | A long report you can scan and read section by section |
The honest limits
To be clear about what this does and does not do:
- It renders, it does not export or convert. You bring the report as a
.mdfile; NoteLoom opens and displays it. It cannot repair markup that the export itself mangled. - NoteLoom will not summarize the report, re-run the research, or change a word. It just opens and renders the file you already have.
- Nothing leaves your machine. The file is read locally in the browser, not uploaded, and it works offline.
If you are also wrangling shorter answers, see opening the Markdown ChatGPT gives you and reading long AI plans and reports.
FAQ
How do I open a ChatGPT Deep Research report as Markdown?
Why do the tables and citations look broken in the file?
Does NoteLoom fix a broken Deep Research export?
Is my research report uploaded anywhere?
Does NoteLoom use AI to summarize the report?
Which browser do I need?
Read your Deep Research report, rendered and local
Save the report as a .md file, open NoteLoom in Chrome / Edge / Arc, mount the folder, and read it in the reading view with the tables, citations, and math rendered. Nothing uploaded, no account, just your file, opened.