Skip to content

Instantly share code, notes, and snippets.

View michaeldjeffrey's full-sized avatar

Michael Jeffrey michaeldjeffrey

  • Chandler, Arizona
View GitHub Profile
@ahmed-musallam
ahmed-musallam / README.md
Last active December 1, 2020 23:10
A simple local playground for mustache template (jsfiddle style)

A simple local playground for mustache template (jsfiddle style)

download mustache-playground.html and open with a browser tested only on chrome

you can now use in on my site: http://ahmedmusallam.com/mustache.html

Purpose:

quick templating for strings/html. Made to create multiple templates on the fly for repetitive jira ticket discriptions.

@killercup
killercup / pandoc.css
Created July 3, 2013 11:31
Add this to your Pandoc HTML documents using `--css pandoc.css` to make them look more awesome. (Tested with Markdown and LaTeX.)
/*
* I add this to html files generated with pandoc.
*/
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}