Skip to content

Instantly share code, notes, and snippets.

@ErnWong
Last active August 29, 2015 14:02
Show Gist options
  • Save ErnWong/bd2ea169d8578ee0f7b7 to your computer and use it in GitHub Desktop.
Save ErnWong/bd2ea169d8578ee0f7b7 to your computer and use it in GitHub Desktop.
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" />
<link rel="stylesheet" href="https://googledrive.com/host/0B72MM6AmH2NackJORmN6M3VFRTA/roboto.css" />
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
"HTML-CSS": {
availableFonts: [],
preferredFont: null,
webFont: "Gyre-Termes"
}
})
</script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML&ver=2.4.0"></script>
</head>
<body><article class="container"><%= documentHTML %></article></body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><%= documentTitle %></title>
<link rel="stylesheet" href="https://stackedit.io/res-min/themes/base.css" />
<link rel="stylesheet" href="https://googledrive.com/host/0B72MM6AmH2NackJORmN6M3VFRTA/roboto.css" />
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
messageStyle: "none"
"HTML-CSS": {
availableFonts: [],
preferredFont: null,
webFont: "Gyre-Termes"
}
});
</script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML&ver=2.4.0"></script>
</head>
<body class="pdf"><%= documentHTML %></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment