fix: adapt blog content for new odoc format
Remove # prompt prefixes and toplevel output from code blocks in blog
posts that were migrated from the old odoc_notebook format. The new
odoc-interactive-extension expects plain OCaml code without toplevel
prompts.
Files changed:
- module-type-of.mld: Remove # prompts, ;; terminators, and output
lines from 7 interactive OCaml code blocks
- this-site.mld: Remove # prompts and convert {x@ocaml[ deferred
blocks to regular {@ocaml[ blocks (output now renders automatically)
- odoc-bugs.mld: Remove # prompt and ;; from the run-on=load block
- ocaml-mcp-server.mld: Remove # prompt from bash code block
- ocaml-lsp-mcp.mld: Remove # prompts from 3 bash code blocks
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>