File: index.html

package info (click to toggle)
node-prosemirror-view 1.23.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 540 kB
  • sloc: javascript: 6,349; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<meta charset=utf8>
<title>ProseMirror-view tests</title>

<link rel=stylesheet href="mocha.css">
<link rel=stylesheet href="prosemirror.css">

<h1>ProseMirror Tests</h1>

<div id="workspace" style="height: 0; opacity: 0; position: fixed; top: 0; left: 0; width: 20em"></div>

<div id=mocha></div>

<script src="/moduleserve/load.js" data-module="./test" data-require></script>