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! 🎉
Markdown allows you to easily write bold text, italic text, and even strikethrough text without touching HTML.
Here is an unordered list of things to test:
Here is an ordered list:
"Markdown is a lightweight markup language with plain-text-formatting syntax." — John Gruber (Creator of Markdown)
You can highlight inline code like basename($_GET['file']), or you can create multiline code blocks:
// Just a little test script
function testServer() {
echo "The server is running perfectly!";
}