-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathtest-show-cell-level-buttons.html
46 lines (42 loc) · 1.13 KB
/
test-show-cell-level-buttons.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="exolve-m.css?v1.58"/>
<script src="exolve-m.js?v1.58"></script>
<title>Test-Cell-Level-Buttons</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-cell-level-buttons
exolve-title: Test-Cell-Level-Buttons
exolve-width: 4
exolve-height: 3
exolve-option: show-cell-level-buttons
exolve-nina: a3 b2 c1
exolve-grid:
C R E W
A|N|L|E
R A I D
exolve-maker:
This: long line of metadata should wrap under the puzzle in its metadata section, it should not spill over or get chopped.<br>
Link: <a href="http://exet.app">Exet</a><br>
<i>Done!</i>
exolve-across:
1 Some ~{in-clue anno}~ crew (4) [CREW] Anno for 1a
5 raid (4) [RAID] RAID* test
exolve-down
1 car (3) Anno for 1d
2 yellow ~{{xlv-yellow-bg}in-clue anno}~ rna (1.1.1)
3 eli (3) [E-L-I] Deliberate dashes.
4 wed (3)
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>