March 4, 2026
Writing Posts in Markdown
A quick reference for headings, links, lists, and code blocks in the DysektAI blog.
docsmarkdown
Use standard GitHub-flavored Markdown for posts.
Formatting examples
Links
Write links as [text](https://example.com).
Lists
- Unordered items use hyphens.
- Ordered lists use numbers.
Code
Use fenced code blocks:
export function hello(name: string) {
return `Hello ${name}`;
}
Quotes
Keep entries concise and practical.
File naming
A date-prefixed slug works well:
YYYY-MM-DD-topic.md