| name | markbind-authoring |
| description | Refer to this skill for MarkBind-specific authoring features and formatting when writing MarkBind pages. |
| paths | *.md,*.html |
MarkBind Content Authoring
Overview
Use this skill for MarkBind-specific authoring behavior and syntax extensions.
Essential Rules
MarkBind pages are not plain Markdown. The processing order matters:
- Nunjucks (
{% ... %}, {{ ... }})
- MarkBind syntax (components, include/variable tags, extensions)
- Markdown rendering
- Escape literal template syntax with
{% raw %}...{% endraw %} when needed.
- Use MarkBind text extensions only where they improve readability; avoid stacking too many styles.
- Use search/indexing annotations (
.always-index, .no-index, .keyword) intentionally.
Authoring References
User Guide Entries