Skip to content
📚 1 min read

Markdown Linting Examples ​

This line has been shortened to meet the 80-character line length limit for better readability.

  • Correct list style (using dash)
  • Consistent spacing
    • Correct indentation
javascript
// Code block with language specified
const x = 1;

Correct Header Level ​

This is JavaScript and Node.js with proper capitalization.

  • Correct indentation
  • Consistent list items
  • Proper spacing

Important Note: Using bold instead of HTML heading

Example Link

Correct emphasis style vs correct emphasis style

Second Level Heading ​