Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 492 Bytes

File metadata and controls

28 lines (20 loc) · 492 Bytes
title Markdown Demo
sections true

Welcome to Markdown

This demonstrates Markdown's features.

Standard Markdown

  • Bold text and italic text
  • inline code and links: Markdown Guide
  • Blockquotes work great

  • strikethrough text

Including Code Blocks

function hello() {
  return "Hello from Markdown!"
}

Another Subsection

Some more text here.

Try editing this content to see markdown in action!