Author high-quality Markdown documentation with deterministic structure, lint compliance, and CI integration. Use when writing README files, creating docs pages, fixing markdownlint failures, defining style rules, or wiring markdown checks into pre-commit and pipelines. Keywords: markdown, markdownlint, readme, docs, headings, lists, code fences, links, images, lint config, ci, documentation style.
Overall
score
100%
Does it follow best practices?
Validation for skill structure
Use single asterisks or underscores:
*italic text*
_italic text_Use double asterisks or underscores:
**bold text**
__bold text__Combine them:
***bold and italic***
___bold and italic___
**_bold and italic_**Use double tildes:
~~strikethrough text~~Use single backticks:
Use the `console.log()` function.For code with backticks inside:
Use ``code with `backticks` inside``.* for emphasis (italic) and ** for strong emphasis (bold)_ only when marking up text within wordsThe `getUserById()` function accepts an `id` parameter and returns a **User** object.
Install with `npm install express`.
Edit the `package.json` file in your project root.The getUserById() function accepts an id parameter and returns a User object.
Install with npm install express.
Edit the package.json file in your project root.{
"MD036": { "punctuation": ".,;:!?。,;:!?" },
"MD037": true,
"MD038": true
}Install with Tessl CLI
npx tessl i pantheon-ai/markdown-authoring@0.1.1