DysektAI
  • Services
  • Pricing
  • Portfolio
  • Contact
ServicesPricingContact
DysektAI

Pushing the boundaries of what's possible in modern web development with cutting-edge AI technology.

Company

  • Home
  • Plans & Pricing
  • About
  • Portfolio
  • Blog
  • Contact Us

Services

  • All Services
  • Domains
  • Hosting
  • Marketing & SEO

Development

  • Website Development
  • Software Development
  • Backend Development
  • FortMyersWheels.com

© 2026 DysektAI. All rights reserved.

Privacy PolicyTerms of ServicePGP Keys
← Back to blog

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