-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pete Boysen
committed
Feb 25, 2016
1 parent
4fc3ee8
commit d075ac2
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters