-
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.
changed resizing of grammar divs and added plain versions of html for
demo
- Loading branch information
Pete Boysen
committed
Mar 15, 2016
1 parent
60ae720
commit d197de1
Showing
3 changed files
with
96 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,50 @@ | ||
<!doctype html> | ||
<meta charset="utf-8"/> | ||
<title>ProseMirror Comments 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> | ||
<script src="amcharts/amcharts.js"></script> | ||
<script src="amcharts/serial.js"></script> | ||
<script src="amcharts/gantt.js"></script> | ||
<script src="amcharts/pie.js"></script> | ||
<script src="amcharts/funnel.js"></script> | ||
<script src="amcharts/gauge.js"></script> | ||
<script src="amcharts/radar.js"></script> | ||
<script src="amcharts/xy.js"></script> | ||
<script src="ammap/ammap_amcharts_extension.js"></script> | ||
<script src="amcharts/plugins/dataloader/dataloader.js"></script> | ||
<link rel="stylesheet" media="screen" href="//handsontable.com/dist/handsontable.full.css"> | ||
<style> | ||
body { | ||
font-family: Arial; | ||
margin: 0 1em | ||
} | ||
</style> | ||
<div class="comments"> | ||
<div style="position: relative; margin: 4px"> | ||
<div class=commentstyle> | ||
Comment style: <select id=commentstyle> | ||
<option selected="selected" value=peer>Peer Review</option> | ||
<option value=editsuggest>Editing with Suggestions</option> | ||
</select></div> | ||
</div> | ||
<div id="editor"></div> | ||
<div id="comments"></div> | ||
</div> | ||
<div id="content" style="visibility:hidden"> | ||
<p> | ||
Perhaps, as has been suggested, patients get better irregardless of antibiotics, and not because of them. | ||
It was a questionable call in the 81st minute that for all intensive purposes decided the outcome. | ||
Is it in danger of putting form ahead of function? Same difference, says Jobs. | ||
</p> | ||
<p><strong>The Media is Lying- Hillary Didn't Win Nevada</strong> says this pundit. | ||
|
||
<p>Data is a collection of facts, such as numbers, words, measurements, observations or even just descriptions of things. | ||
I drove to Pike's Pique to take a peak at the peek. | ||
I am racked with pane after a wrack fell on me. | ||
I think we should make a 360-degree turn. | ||
The first chapter of "War and Peace" is the penultimate chapter of the book. | ||
</p> | ||
</div> | ||
|
||
<script src="comments-built-min.js"></script> |
Oops, something went wrong.