-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgrammar.html
54 lines (49 loc) · 2.27 KB
/
grammar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<meta charset="utf-8"/>
<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>
<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>
<h4>ProseMirror Grammar Example</h4>
<p style="width: 800px">
There are hundreds of common writing issues people encounter when writing. Don't be one of them!
Click on <img src="icons/copywriting.png" title="Analyze Grammar"/> in the menubar to find out. You will be shown places
where an issue <strong>might</strong> arise. When the issues appear, click on an issue to see if your text requires editing.
</p>
<p>You may also paste in your own text.
<div class="grammar">
<div id="editor"></div>
<div id="comments">
<div class="comment-header">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="grammar-built-min.js"></script>