ed3a8f8174
The four MCP markdown-write tools (updatePageMarkdown/createPage/patchNode/ insertNode) still described the old parse-everything behavior after #502 turned TeX math and fuzzy autolink OFF on the write paths. Add a concise contract hint to each: $...$ / $$...$$ stay literal (not a math formula) and schemeless www.host / bare emails are not auto-linked (explicit https:// still links); for a real formula use updatePageJson (or a mathInline/mathBlock node via `node` on patch/insert). Also note getPage format:"text" in README.md/README.ru.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>