Skip to content

Instantly share code, notes, and snippets.

@malikid
Created October 18, 2014 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malikid/42b83c57356d7b12190e to your computer and use it in GitHub Desktop.
Save malikid/42b83c57356d7b12190e to your computer and use it in GitHub Desktop.
My Custom StackEdit Template
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><%= documentTitle %></title>
<link rel="stylesheet" href="https://stackedit.io/res-min/themes/base.css" />
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
<script src='https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?skin=sons-of-obsidian'/>
<style>
pre.prettyprint {
overflow: auto;
display: -webkit-box;
}
</style>
</head>
<body><div class="container"><%= documentHTML %></div></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment