Skip to content

Instantly share code, notes, and snippets.

@nqthqn
Created November 8, 2013 02:47
Show Gist options
  • Save nqthqn/7365514 to your computer and use it in GitHub Desktop.
Save nqthqn/7365514 to your computer and use it in GitHub Desktop.
HTML: Doctype
<!DOCTYPE html>
<html>
<head>
<title>PHP Markdown Lib - Readme</title>
</head>
<body>
<?php
# Put HTML content in the document
echo $html;
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment