image title

ASTRO Welcome to the Markdown Test Page!

ASTRO HEADER

This is the header

ASTRO subheader

This is the subheader

After the include

This is a dummy file to test your brand new PHP Markdown server and the upload form. If you are reading this in your browser, it works! 🎉

Syntax Description Test Text
Header Title Here's this
Paragraph Text And more

Text Formatting

Markdown allows you to easily write bold text, italic text, and even strikethrough text without touching HTML.

Lists

Here is an unordered list of things to test:

Here is an ordered list:

  1. First step.
  2. Second step.
  3. Third step.

Blockquotes

"Markdown is a lightweight markup language with plain-text-formatting syntax." — John Gruber (Creator of Markdown)

Code Snippets

You can highlight inline code like basename($_GET['file']), or you can create multiline code blocks: