-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutput.html
More file actions
38 lines (38 loc) · 1.21 KB
/
output.html
File metadata and controls
38 lines (38 loc) · 1.21 KB
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
<p><strong>Dual</strong></p>
<ul>
<li><a class="newpage" href="/scp-001">SCP-001</a></li>
</ul>
<p><strong>Dual (category)</strong></p>
<ul>
<li><a href="/system:recent-changes">Recent Changes</a> (only "Recent Changes")</li>
<li><a href="/system:recent-changes">Recent Changes</a></li>
</ul>
<p><strong>Basic</strong></p>
<ul>
<li><a class="newpage" href="/some-page">My label</a></li>
<li><a class="newpage" href="/some-page">My label</a></li>
<li><a class="newpage" href="/missing">Wanted page</a> (orange)</li>
</ul>
<p><strong>Auto title</strong></p>
<ul>
<li><a class="newpage" href="/some-page">some-page</a></li>
</ul>
<p><strong>Anchors</strong></p>
<ul>
<li><a class="newpage" href="/scp-series#001">SCP-001 to SCP-099</a></li>
</ul>
<p><strong>Subpath</strong></p>
<ul>
<li><a href="//main/edit">Edit page</a></li>
<li><a href="/main#/page">Hash routing</a></li>
<li><a class="newpage" href="/example-edit">Edit page</a></li>
</ul>
<p><strong>URL</strong></p>
<ul>
<li><a href="https://example.com/">Example</a></li>
</ul>
<p><strong>Star prefix</strong></p>
<ul>
<li><a href="http://example.com" target="_blank" rel="noopener noreferrer">example</a></li>
<li><a class="newpage" href="/test">*test</a></li>
</ul>