Skip to content

Commit

Permalink
added blank example
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Boysen committed Feb 25, 2016
1 parent 4fc3ee8 commit d075ac2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions blank.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<meta charset="utf-8"/>
<title>ProseMirror Blank Examples</title>
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<script src="//handsontable.com/dist/handsontable.full.js"></script>
<link rel="stylesheet" media="screen" href="//handsontable.com/dist/handsontable.full.css">
<style>
body {
font-family: Arial;
margin: 0 1em
}
</style>
<div id="editor"></div>

<div id="content" style="visibility:hidden">
</div>

<script src="widgets-built-min.js"></script>
2 changes: 1 addition & 1 deletion grammar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html>
<meta charset="utf-8"/>
<title>ProseMirror Widgets Examples</title>
<title>ProseMirror Grammar Examples</title>
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<script src="//handsontable.com/dist/handsontable.full.js"></script>
<link rel="stylesheet" media="screen" href="//handsontable.com/dist/handsontable.full.css">
Expand Down

0 comments on commit d075ac2

Please sign in to comment.