一键导入
math
Render inline or block LaTeX math via KaTeX (`$…$`, `$$…$$`, `\(…\)`, `\[…\]`). Use for equations, symbols, and notation in technical docs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Render inline or block LaTeX math via KaTeX (`$…$`, `$$…$$`, `\(…\)`, `\[…\]`). Use for equations, symbols, and notation in technical docs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Author the YAML frontmatter block of a Neko Markdown page — label, icon, order, tags, visibility, permalink, redirect, redirectSlug, layout, meta, nav, toc, backlinks, password. Use when configuring an individual page.
Author the project-level `neko.yml` — input/output paths, URL, branding, theme, meta tags, top navigation, banner, footer, snippets. Use when configuring or editing a Neko site at the project level.
Render a Mermaid diagram (flowchart, sequence, class, ER, state, gantt, journey, mindmap, sankey, XY, architecture) from a fenced ```mermaid``` block. Use for any structured diagram in docs.
Workflow for updating Neko documentation — base every page on the real source code, never invent APIs, warn loudly when the source isn't available, and check that the page (and any changed `tesserae` sample) renders correctly with Playwright / snapframe / a visual check. Use whenever you add or edit docs that describe code, APIs, components, or live samples.
Render a live Tesserae C# UI block — Neko compiles and executes the C# at build time and shows both the code and a working preview side-by-side. Use only when the project documents Tesserae or runs live C# samples.
Render C# API docs from a code block with XML doc comments (`/// <summary>`, `<param>`, `<returns>`, etc.). Use to embed API reference inline without a separate generator.
| name | math |
| description | Render inline or block LaTeX math via KaTeX (`$…$`, `$$…$$`, `\(…\)`, `\[…\]`). Use for equations, symbols, and notation in technical docs. |
Neko renders LaTeX math with KaTeX. Both inline and block forms are supported.
The mass-energy equivalence is $E = mc^2$.
Also acceptable: \(E = mc^2\).
$$
E = mc^2
$$
Or with the alternative delimiters:
\[
\int_0^\infty e^{-x^2} \, dx = \frac{\sqrt{\pi}}{2}
\]
$ outside math with \$ if your prose mixes them.math-formulas component — it lets you write
full LaTeX inside a fenced block.