-
Notifications
You must be signed in to change notification settings - Fork 1
/
wikilinks.txt
72 lines (72 loc) · 2.36 KB
/
wikilinks.txt
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
1
//- - - - - - - - -//
Here is a [[Wiki Linked Thing]].
//- - - - - - - - -//
<p>Here is a <a href="Wiki%20Linked%20Thing.html">Wiki Linked Thing</a>.</p>
//= = = = = = = = = = = = = = = = = = = = = = = =//
2
//- - - - - - - - -//
[[Front Link]] to see.
//- - - - - - - - -//
<p><a href="Front%20Link.html">Front Link</a> to see.</p>
//= = = = = = = = = = = = = = = = = = = = = = = =//
3
//- - - - - - - - -//
Now I try an [[End link]]
//- - - - - - - - -//
<p>Now I try an <a href="End%20link.html">End link</a></p>
//= = = = = = = = = = = = = = = = = = = = = = = =//
4
//- - - - - - - - -//
These links don't [[Split
across lines.]]
//- - - - - - - - -//
<p>These links don't [[Split
across lines.]]</p>
//= = = = = = = = = = = = = = = = = = = = = = = =//
5
//- - - - - - - - -//
You can have [a regular link](https://twitter.com/) and a [[wiki link]] on the same line.
//- - - - - - - - -//
<p>You can have <a href="https://twitter.com/">a regular link</a> and a <a href="wiki%20link.html">wiki link</a> on the same line.</p>
//= = = = = = = = = = = = = = = = = = = = = = = =//
6
//- - - - - - - - -//
* This is an unordered list
* That has a [[Wiki Link]] in the second bullet
* But not the third
//- - - - - - - - -//
<ul>
<li>This is an unordered list</li>
<li>That has a <a href="Wiki%20Link.html">Wiki Link</a> in the second bullet</li>
<li>But not the third</li>
</ul>
//= = = = = = = = = = = = = = = = = = = = = = = =//
7
//- - - - - - - - -//
Here is a multi-line paragraph which is full of text and
also has a [[Wiki Link]] in the middle of it, but I should
get the _full set_ of text in my tracker.
//- - - - - - - - -//
<p>Here is a multi-line paragraph which is full of text and
also has a <a href="Wiki%20Link.html">Wiki Link</a> in the middle of it, but I should
get the <em>full set</em> of text in my tracker.</p>
//= = = = = = = = = = = = = = = = = = = = = = = =//
8
//- - - - - - - - -//
[[ Extra Spaces ]]
//- - - - - - - - -//
<p><a href="Extra%20Spaces.html">Extra Spaces</a></p>
//= = = = = = = = = = = = = = = = = = = = = = = =//
9
//- - - - - - - - -//
[[Multiple]] [[Wikilinks]]
//- - - - - - - - -//
<p><a href="Multiple.html">Multiple</a> <a href="Wikilinks.html">Wikilinks</a></p>
//= = = = = = = = = = = = = = = = = = = = = = = =//
10
//- - - - - - - - -//
[[😁]]
//- - - - - - - - -//
<p><a href="%F0%9F%98%81.html">😁</a></p>
//= = = = = = = = = = = = = = = = = = = = = = = =//