-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.gmi
28 lines (17 loc) · 1.15 KB
/
test.gmi
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
Hello.
A random variable is a numerical measure of an outcome of a probability experiment, where the value is determined by chance.
The sample mean x̄ is a random variable since the individuals that constitute that sample are randomly selected, so the sample mean is determined by chance and will have its own distribution (μ_x̄ and σ_x̄)
The mean of a random variable is equal to its expected value.
=> gemini://localhost/test.gmi
```
Any line whose first three characters are "```" (i.e. three consecutive back ticks with no leading whitespace) are preformatted toggle lines. These lines should NOT be included in the rendered output shown to the user. Instead, these lines toggle the parser between preformatted mode being "on" or "off". Preformatted mode should be "off" at the beginning of a document. The current status of preformatted mode is the only internal state a parser is required to maintain. When preformatted mode is "on", the usual rules for identifying line types are suspended, and all lines should be identified as preformatted text lines (see 5.4.4).
```
#one
##two
##three
List
* One
* Two
* Three
> Hello
-me