| 开发者 | ozekihiroshi |
|---|---|
| 更新时间 | 2026年9月10日 13:44 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
.md and .markdown import and export..md file.123 with its ID:
[ozeki_markdown_document id="123"]Yes. Markdown remains the canonical source. Rendered HTML, diagrams, and formula output are derived and can be regenerated.
No. Authored Markdown documents, revisions, and associated post metadata are intentionally preserved. Delete documents through WordPress when permanent removal is desired.
No. Pinned Mermaid, KaTeX, and AsciiMath assets are bundled locally. Pages without diagrams or formulas do not load the corresponding browser assets.
No. It contains no telemetry or analytics and does not send document content to an external service. Browser rendering dependencies are served locally.
Raw HTML is displayed as escaped text. This is intentional: Markdown remains portable while the rendered result follows a restrictive safety boundary.
Users need the standard WordPress capability to edit posts. Export and editing actions also check access to the specific document and use WordPress nonces for state-changing requests.
Interface strings are translation-ready. WordPress.org language packs provide translations when available; this ZIP does not bundle translation catalogs. Japanese translation source remains in the public repository for contribution to translate.wordpress.org. Until a language pack is available, interface text falls back to English. Editable Markdown, Mermaid and formula examples remain portable source code.
Yes. Imports accept UTF-8 .md and .markdown files up to 5 MiB and create a
new draft. Export returns only the canonical Markdown source.
Use an inline code span such as asciimath:a/b or
math:\frac{a}{b}. For displayed formulas, use an asciimath, math, or
latex fenced code block. The Math Examples page provides editable examples.
Use a fenced code block whose language is mermaid. The Mermaid Examples page
contains flowchart, sequence, state, class, ER, Gantt, and pie examples.