Skip to content

Instantly share code, notes, and snippets.

View rohit00082002's full-sized avatar

Rohit Awasthi rohit00082002

View GitHub Profile
<?php
echo "Hello...";
@rohit00082002
rohit00082002 / example.php
Created May 23, 2012 05:05
Markdown Limited - a small, fast, safe markdown function in PHP
<?php
require('markdown_limited.php');
//header('Content-Type: text/plain; charset=UTF-8');
$text = file_get_contents('sample.txt');
print markdown_limited($text);
?>
<style type="text/css">
/* Don't judge me */