Skip to content

Instantly share code, notes, and snippets.

View PJnes's full-sized avatar
🤓
Finally Githubbing

Paul Jones PJnes

🤓
Finally Githubbing
View GitHub Profile
@PJnes
PJnes / markdown.css
Last active August 29, 2015 14:27 — forked from imjasonh/markdown.css
Render Markdown as unrendered Markdown (see http://jsbin.com/huwosomawo)
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}