Skip to content

Instantly share code, notes, and snippets.

@sublee
Last active January 20, 2016 05:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sublee/b2f88f0331a60e48d083 to your computer and use it in GitHub Desktop.
Save sublee/b2f88f0331a60e48d083 to your computer and use it in GitHub Desktop.
<!--
Sublee HTML for Classeur
Author: Heungsub Lee <sub@subl.ee>
Updated at: Jan 20, 2016
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{file.name}}</title>
<link rel="stylesheet" href="http://app.classeur.io/base-min.css" />
<style>
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
body { font-family: 'Jeju Myeongjo', serif; font-size: 18px; }
</style>
<!-- script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script -->
</head>
<body>
<div class="export-container">{{{file.content.html}}}</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment