Skip to content

Instantly share code, notes, and snippets.

View alphatr's full-sized avatar
:octocat:
Focusing

AlphaTr alphatr

:octocat:
Focusing
View GitHub Profile
@imjasonh
imjasonh / markdown.css
Last active May 24, 2024 22:56
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;
}