-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunstyled-testing-typora.html
51 lines (48 loc) · 1.08 KB
/
unstyled-testing-typora.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
47
48
49
50
51
<!doctype html>
<html>
<head>
<meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'>
<title>testing-typora.md</title></head>
<body><h1>Typora h1</h1>
<h2>this should be h2</h2>
<ul>
<li>bullet</li>
<li>bullet</li>
</ul>
<p><a href=''>georgebaily.com</a></p>
<p>Parahgraph</p>
<p>three asterisks for a hr</p>
<hr />
<h2>h2 again</h2>
<p>yup this is ok</p>
<p> moo</p>
<blockquote><p>quote</p>
<p>-- she said</p>
</blockquote>
<p>bara</p>
<hr />
<p><a href='https://twitter.com/SWatercolour/status/975409886514372610' target='_blank' >https://twitter.com/SWatercolour/status/975409886514372610</a></p>
<p>[] check</p>
<p>[ ] check</p>
<p>[x] check not ok</p>
<pre><code class='language-u wot mate' lang='u wot mate'>wot about it then
he
</code></pre>
<p> </p>
<p>I donno</p>
<ol>
<li>don't ask</li>
<li>atually </li>
<li>do</li>
<li>som</li>
</ol>
<h2>moo</h2>
<ul>
<li ><input type='checkbox' disabled='disabled' /><p>ok well I coul</p>
</li>
<li ><input type='checkbox' disabled='disabled' checked/><p>do that</p>
</li>
</ul>
<p>aba</p>
</body>
</html>