Ensures markdown files follow project conventions including Torchlight code tags and markdown-lint rules. Activates when creating or editing markdown files.
Activate this skill when:
Activate when writing or editing any markdown files.
All code blocks must include a language tag and a flag for syntax highlighting and preview features.
| Flag | Description |
|---|---|
+code | Source code only (syntax highlighted) |
+demo | Preview + code (always visible) |
+demo-folded | Preview + code + collapsible |
Other Flags: +preview, +collapse and output exist but are less common and
only to be used when requested.
When using +demo-folded, add to wrap the example in a box component:
class="bx"```html +demo-folded class="bx"
<div class="example">Content here</div>
Use the tag that matches the content, unless specified otherwise:
| Use For | Example |
|---|---|
| Directory trees, shell commands | ```bash +code |
| Blade templates | ```html +code-blade |
Use 80 hyphens ------------------------------------------------------------------------------- for horizontal rules.
- for unordered lists1. 2. for ordered stepsStandard GitHub Flavored Markdown:
| Column | Type | Nullable | Default |
|---|---|---|---|
| id | bigint | No | AUTO |
| name | varchar(255) | No | - |