about summary refs log tree commit diff
path: root/test/markup/paragraph toggle/output.html
blob: fc4ad7afa309c42ed0c1bcbad201f46e8cd01bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<style>
	body {
		width: 100%;
	}

	main {
		width: 35rem;
		margin: 0 auto;
	}
</style>

<p>
Hello!
</p>
<p>
welcome in.
</p>