Commit 80a6733
fix(lik-ui): strip YAML frontmatter before Markdown render
The closing "---" of a SKILL.md's frontmatter was read by marked as a
setext heading underline, rendering the name/description block as a giant
heading. Strip the leading frontmatter (already shown above the block)
before parsing.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5bbde3a commit 80a6733
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
134 | 138 | | |
135 | | - | |
| 139 | + | |
136 | 140 | | |
137 | 141 | | |
138 | | - | |
| 142 | + | |
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
| |||
0 commit comments