Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions extras/js/jquery-1.12.4.min.js

Large diffs are not rendered by default.

File renamed without changes.
19 changes: 19 additions & 0 deletions extras/mathjax/MathJax.js

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions extras/mathjax/config/TeX-AMS_HTML-full.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions extras/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata.js

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions extras/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js

Large diffs are not rendered by default.

20 changes: 9 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<title>Writing</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">
@font-face { font-family: texroman; src: url(cmunrm.otf); font-weight: 400; font-style: normal; font-stretch: normal; }
@font-face { font-family: texroman; src: url(cmunrb.otf); font-weight: 700; font-style: normal; font-stretch: normal; }
@font-face { font-family: texroman; src: url(extras/fonts/cmunrm.otf); font-weight: 400; font-style: normal; font-stretch: normal; }
@font-face { font-family: texroman; src: url(extras/fonts/cmunrb.otf); font-weight: 700; font-style: normal; font-stretch: normal; }

html { font-family: sans-serif; }
* { margin: 0; padding: 0; border: 0; outline: 0; }
Expand Down Expand Up @@ -78,14 +78,14 @@

</head>
<body class="fixedheight">
<script type="text/javascript" src="Markdown.Converter.js"></script>
<script type="text/javascript" src="Markdown.Sanitizer.js"></script>
<script type="text/javascript" src="Markdown.Editor.js"></script>
<script type="text/javascript" src="Markdown.Extra.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML-full"></script>
<script type="text/javascript" src="mathjax-editing_writing.js"></script>
<script type="text/javascript" src="extras/js/Markdown.Converter.js"></script>
<script type="text/javascript" src="extras/js/Markdown.Sanitizer.js"></script>
<script type="text/javascript" src="extras/js/Markdown.Editor.js"></script>
<script type="text/javascript" src="extras/js/Markdown.Extra.js"></script>
<script type="text/javascript" src="extras/mathjax/MathJax.js?config=TeX-AMS_HTML-full"></script>
<script type="text/javascript" src="extras/js/mathjax-editing_writing.js"></script>
<!-- <script type="text/javascript" src="jspdf.min.js"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="extras/js/jquery-1.12.4.min.js"></script>
<input id="openFileInput" type="file" />
<div id="wmd-button-bar" class="wmd-button-bar"></div>
<textarea id="wmd-input" class="column wmd-input" spellcheck="false"></textarea>
Expand Down Expand Up @@ -328,7 +328,5 @@
editor.run();
</script>

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2312083-14"></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-2312083-14');</script>

</body>
</html>