-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
147 lines (116 loc) · 4.9 KB
/
index.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
---
description: Test of quote plugin.
date: 2023-01-12
last_modified_at: 2023-01-12
layout: default
title: Quote Test
---
<h2 id="id1">ID Check</h2>
<p>
{% href label='Id check' url='#id_check' %}
</p>
<h2 id="moar">Moar Tests!</h2>
{% quote attribution break noprep cite="Blaise Pascal, in Lettres provinciales"
url="https://en.wikipedia.org/wiki/Lettres_provinciales" %}
<div class="left" style="width: 45%; margin-top: 110px;">
I have only made this letter longer because I have not had the time to make it shorter.
</div>
{% img
align="right"
size="45%"
src="/assets/images/blaise_pascal.png"
%}
{% endquote %}
<p>
This is a paragraph.
</p>
{% quote cite="Blaise Pascal" class="bg_yellow" url="https://en.wikipedia.org/wiki/Lettres_provinciales" %}
<code>class="bg_yellow"</code>, <code>cite</code> and <code>url</code> were provided.
{% endquote %}
{% quote cite="Blaise Pascal" style="color: red;" url="https://en.wikipedia.org/wiki/Lettres_provinciales" %}
<span class='code'>style="color: red;"</span>, <span class='code'>cite</span> and <span class="code">url</span> were provided.
{% endquote %}
{% quote cite="Blaise Pascal" url="https://en.wikipedia.org/wiki/Lettres_provinciales" %}
<code>cite</code> and <code>url</code> were provided.
{% endquote %}
{% quote break cite="Blaise Pascal" url="https://en.wikipedia.org/wiki/Lettres_provinciales" %}
<code>break</code>, <code>cite</code> and <code>url</code> were provided.
{% endquote %}
{% quote break by cite="Blaise Pascal" url="https://en.wikipedia.org/wiki/Lettres_provinciales" %}
<code>by</code>, <code>break</code>, <code>cite</code> and <code>url</code> were provided.
{% endquote %}
{% quote break noprep cite="Blaise Pascal" url="https://en.wikipedia.org/wiki/Lettres_provinciales" %}
<code>noprep</code>, <code>break</code>, <code>cite</code> and <code>url</code> were provided.
{% endquote %}
{% quote noprep cite="Blaise Pascal" url="https://en.wikipedia.org/wiki/Lettres_provinciales" %}
<code>noprep</code>, <code>cite</code> and <code>url</code> were provided.
{% endquote %}
<h2 id="lists">H2</h2>
{% quote cite="Blaise Pascal" %}
<h2>H2 Heading</h2>
<p>Only a <code>cite</code> was specified.</p>
{% endquote %}
{% quote break cite="Blaise Pascal" %}
<h2>H2 Heading</h2>
<p><code>break</code> and <code>cite</code> were specified.</p>
{% endquote %}
{% quote break cite="Blaise Pascal" url="https://en.wikipedia.org/wiki/Lettres_provinciales" %}
<h2>H2 Heading</h2>
<p><code>break</code>, <code>cite</code>, and <code>url</code> were specified.</p>
{% endquote %}
{% quote break cite="Blaise Pascal" url="https://en.wikipedia.org/wiki/Lettres_provinciales" noprep %}
<h2>H2 Heading</h2>
<p><code>break</code>, <code>cite</code>, <code>noprep</code>, and <code>url</code> were specified.</p>
{% endquote %}
<h2 id="id1">Lists</h2>
{% quote cite="Blaise Pascal" %}
<ol>
<li>Only a <code>cite</code> was specified.</li>
<li>Only a <code>cite</code> was specified.</li>
</ol>
{% endquote %}
{% quote break cite="Blaise Pascal" %}
<ul>
<li><code>break</code> and <code>cite</code> were specified.</li>
<li><code>break</code> and <code>cite</code> were specified.</li>
</ul>
{% endquote %}
{% quote break cite="Blaise Pascal" url="https://en.wikipedia.org/wiki/Lettres_provinciales" %}
<ul>
<li><code>break</code>, <code>cite</code>, and <code>url</code> were specified.</li>
<li><code>break</code>, <code>cite</code>, and <code>url</code> were specified.</li>
</ul>
{% endquote %}
{% quote break cite="Blaise Pascal" noprep url="https://en.wikipedia.org/wiki/Lettres_provinciales" %}
<ul>
<li><code>break</code>, <code>cite</code>, <code>noprep</code>, and <code>url</code> were specified.</li>
<li><code>break</code>, <code>cite</code>, <code>noprep</code>, and <code>url</code> were specified.</li>
</ul>
{% endquote %}
<h2 id="id2">No <span class="code">URL</span>s were provided for these quotes</h2>
{% quote cite="Blaise Pascal" %}
Only a <code>cite</code> was specified.
{% endquote %}
{% quote by cite="Blaise Pascal" %}
<code>By</code> and <code>cite</code> were specified.
{% endquote %}
{% quote break by cite="Blaise Pascal" %}
<code>Break</code>, <code>By</code> and <code>cite</code> were specified.
{% endquote %}
{% quote break noprep cite="Blaise Pascal" %}
<code>Break</code>, <code>noprep</code> and <code>cite</code> were specified.
{% endquote %}
<p>
Paragraph.
</p>
{% quote %}
No <code>cite</code> or <code>url</code> was provided for this quote.
{% endquote %}
<h2 id="id3">No <span class="code">cite</span>s were provided for these quotes</h2>
{% quote url="https://en.wikipedia.org/wiki/Lettres_provinciales" %}
No <code>cite</code> was provided for this quote.
{% endquote %}
<h2 id="id_ck">ID check</h2>
{% quote id='id_check' url="https://en.wikipedia.org/wiki/Lettres_provinciales" %}
This tests if the HTML id attribute was properly generated
{% endquote %}