Skip to content

Commit 14ec8b9

Browse files
committed
site tweaks for new skin
1 parent 012e235 commit 14ec8b9

12 files changed

Lines changed: 185 additions & 47 deletions

css/main.css

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -967,9 +967,9 @@ hr {
967967

968968
.dl-item {
969969
box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.08), 1px 1px 1px black;
970-
-webkit-flex: 0 0 19%;
971-
-ms-flex: 0 0 19%;
972-
flex: 0 0 19%;
970+
-webkit-flex: 0 0 23.5%;
971+
-ms-flex: 0 0 23.5%;
972+
flex: 0 0 23.5%;
973973
position: relative;
974974
background: rgba(41, 41, 41, 0.22);
975975
color: rgba(255, 255, 255, 0.75); }
@@ -1113,17 +1113,15 @@ hr {
11131113
opacity: 1; }
11141114

11151115
.example {
1116+
border-radius: 2px;
11161117
margin-left: 0;
1117-
margin-right: 0; }
1118-
.example:before {
1119-
content: "example:";
1120-
font-style: italic;
1121-
display: block;
1122-
background: none;
1123-
position: relative;
1124-
color: #9F9F9F;
1125-
top: 0;
1126-
left: 0; }
1118+
margin-right: 0;
1119+
padding: 20px 20px 10px;
1120+
background: rgba(204, 204, 204, 0.38); }
1121+
1122+
.example--ampersand {
1123+
background: transparent;
1124+
padding-bottom: 0; }
11271125

11281126
.example > pre {
11291127
margin-top: 0;

css/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 82 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363

6464
<a href="https://github.com/typeplate/starter-kit/blob/development/typeplate-sk.zip?raw=true" data-name="Sass Port" class="dl-item btn" title="typeplate.scss">Sass</a>
6565

66-
<button data-name="CDJS Package" class="dl-item btn" data-clipboard-action="copy" data-clipboard-text="https://cdnjs.com/typeplate">CDNJS</button>
66+
<button data-name="CDJS Package" class="dl-item btn" data-clipboard-action="copy" data-clipboard-text="https://cdnjs.cloudflare.com/ajax/libs/typeplate-starter-kit/3.0.0/css/typeplate.min.css">CDNJS</button>
6767

6868
<button data-name="Bower Package" class="dl-item btn" data-clipboard-action="copy" data-clipboard-text="bower install typeplate-starter-kit --save">Bower</button>
6969

70-
<button data-name="NPM Package" class="dl-item btn" data-clipboard-action="copy" data-clipboard-text="npm install typeplate --save">NPM</button>
70+
<!-- <button data-name="NPM Package" class="dl-item btn" data-clipboard-action="copy" data-clipboard-text="npm install typeplate --save">NPM</button> -->
7171
</div>
7272
</nav>
7373

@@ -121,7 +121,7 @@ <h1 class="typl8-delta center capsify">Table of Contents</h1>
121121
<h1 class="gamma section-title"><a class="perma-anchor" href="#base-type">§</a> 1.1 Base Type</h1>
122122
</header>
123123

124-
<p>For a solid base we use <a href="https://github.com/typeplate/starter-kit/blob/master/scss/_typeplate-styles.scss#L4-L10">default font settings</a> to allow elements to display in their natural size determined by the browser's default stylesheet. This makes for <a href="https://www.filamentgroup.com/lab/how-we-learned-to-leave-body-font-size-alone.html">lighter CSS and more flexibility</a> in the markup you choose to use. We also ensure united values for line-heights are never used per the <a href="http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights" rel="external">recommendations of Eric Meyer</a>.</p>
124+
<p>For a solid base we use <a href="https://github.com/typeplate/starter-kit/blob/master/scss/_typeplate-styles.scss#L4-L10">default font settings</a> to allow elements to display in their natural size determined by the browser's default stylesheet. This makes for <a href="https://www.filamentgroup.com/lab/how-we-learned-to-leave-body-font-size-alone.html">lighter CSS and more flexibility</a> in the markup you choose to use. We also ensure unit values for line-heights are never used per the <a href="http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights" rel="external">recommendations of Eric Meyer</a>.</p>
125125

126126
</section>
127127

@@ -159,13 +159,19 @@ <h1 class="gamma section-title"><a class="perma-anchor" href="#color">§</a> 1.3
159159

160160
<p>Just like in print, don’t use the darkest black available in your body text (<code style="color:#000">#000</code>). Instead, go for something softer, like <code style="color:#444">#444</code>. You can use a slightly darker color for titles like (<code style="color:#222">#222</code>) for example. Since these values are considered a de facto standard in practice, they're not necessarily ordained by law.</p>
161161

162-
<figure class="example">
163-
<ul style="display: flex;" class="list-reset">
164-
<li style="width: 100px;height: 100px; background: #000"><code style="color:#CCC">#000</code></li>
165-
<li style="width: 100px;height: 100px; background: #222"><code style="color:#CCC">#222</code></li>
166-
<li style="width: 100px;height: 100px; background: #444"><code style="color:#CCC">#444</code></li>
167-
</ul>
168-
</figure>
162+
<ul style="display: flex;" class="list-reset">
163+
<li style="width: 100px;height: 100px; background: #000">
164+
<code style="color:#CCC">#000</code>
165+
</li>
166+
167+
<li style="width: 100px;height: 100px; background: #222">
168+
<code style="color:#CCC">#222</code>
169+
</li>
170+
171+
<li style="width: 100px;height: 100px; background: #444">
172+
<code style="color:#CCC">#444</code>
173+
</li>
174+
</ul>
169175
</section>
170176

171177
<section class="word-wrap botDivider" id="word-wrap">
@@ -242,7 +248,7 @@ <h1 class="gamma section-title"><a class="perma-anchor" href="#unicode-ampersand
242248
</header>
243249
<p>With the <a href="http://24ways.org/2011/creating-custom-font-stacks-with-unicode-range"><code>unicode-range</code></a> property we can avoid using verbose markup and only target the characters we like according to the unicode unique identifier. We also harness the power of the <code>%placeholder</code> in Sass allowing like minded selectors to string together this shared property in a DRY way from one single declaration. Copy and paste the Sass below into <a href="http://codepen.io/pen" rel="external">Codepen</a> and check out the output for yourself. Hint: create multiple classes.</p>
244250

245-
<figure class="example">
251+
<figure class="example example--ampersand">
246252
<p class="amp">Amper & Sands</p>
247253
</figure>
248254
</section>
@@ -265,6 +271,10 @@ <h1 class="gamma section-title"><a class="perma-anchor" href="#code-blocks">§</
265271
<small>(While supplies last. Offer expires on the vernal equinox. Not valid in Ohio.)</small>
266272
</p>
267273
</figure>
274+
275+
<figure class="typeplate-code-block">
276+
<pre class="language-markup"><code>&lt;small&gt;…&lt;/small&gt;</code></pre>
277+
</figure>
268278
</section>
269279

270280
<!-- $Code Blocks -->
@@ -357,6 +367,14 @@ <h1 class="gamma section-title"><a class="perma-anchor" href="#pull-quotes">§</
357367
</blockquote>
358368
</aside>
359369
</figure>
370+
371+
<figure class="typeplate-code-block">
372+
<pre class="language-markup"><code>&lt;aside&gt;
373+
&lt;blockquote&gt;
374+
&lt;p&gt;&lt;/p&gt;
375+
&lt;/blockquote&gt;
376+
&lt;/aside&gt;</code></pre>
377+
</figure>
360378
</section>
361379

362380
<section class="footnotes botDivider" id="footnotes">
@@ -374,6 +392,17 @@ <h1 class="gamma section-title"><a class="perma-anchor" href="#footnotes">§</a>
374392
</footer>
375393
</article>
376394
</figure>
395+
396+
<figure class="typeplate-code-block">
397+
<pre class="language-markup"><code>&lt;article&gt;
398+
&lt;p&gt;&lt;sup&gt;&lt;a href=&quot;#fn-itemX&quot; id=&quot;fn-returnX&quot;&gt;&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
399+
&lt;footer&gt;
400+
&lt;ol class=&quot;foot-notes&quot;&gt;
401+
&lt;li id=&quot;fn-itemX&quot;&gt;&lt;a href=&quot;#fn-returnX&quot;&gt;&#x21a9;&lt;/a&gt;&lt;/li&gt;
402+
&lt;/ol&gt;
403+
&lt;/footer&gt;
404+
&lt;/article&gt;</code></pre>
405+
</figure>
377406
</section>
378407

379408
<section class="definition-lists botDivider" id="definition-lists">
@@ -395,6 +424,17 @@ <h3 class="typl8-delta">a) Multi-line Definitions (default)</h3>
395424
</dl>
396425
</figure>
397426

427+
<figure class="typeplate-code-block">
428+
<pre class="language-markup"><code>&lt;dl&gt;
429+
&lt;dt&gt;&lt;b&gt;This is a term&lt;/b&gt;&lt;/dt&gt;
430+
&lt;dd&gt;this is the definition of that term, which both live in a &lt;code&gt;dl&lt;/code&gt;.&lt;/dd&gt;
431+
432+
&lt;dt&gt;&lt;b&gt;Another Term&lt;/b&gt;&lt;/dt&gt;
433+
&lt;dd&gt;And it gets a definition too, which is this line&lt;/dd&gt;
434+
&lt;dd&gt;This is a 2&lt;sup&gt;nd&lt;/sup&gt; definition for a single term. A &lt;code&gt;dt&lt;/code&gt; may be followed by multiple &lt;code&gt;dd&lt;/code&gt;s.&lt;/dd&gt;
435+
&lt;/dl&gt;</code></pre>
436+
</figure>
437+
398438
<h3 class="typl8-delta">b) Inline Definitions</h3>
399439
<p>The second format for definition lists is lining. This style is more robust, with support for multiple terms defined by a single definition, and applies proper punctuation (: ,) where appropriate:</p>
400440

@@ -411,6 +451,22 @@ <h3 class="typl8-delta">b) Inline Definitions</h3>
411451
</dl>
412452
</figure>
413453

454+
<figure class="typeplate-code-block">
455+
<pre class="language-markup"><code>&lt;dl class=&quot;typl8-lining&quot;&gt;
456+
&lt;dt&gt;&lt;b&gt;This is a term&lt;/b&gt;&lt;/dt&gt;
457+
&lt;dd&gt;this is the definition of that term, which both live in a &lt;code&gt;dl&lt;/code&gt;.&lt;/dd&gt;
458+
459+
&lt;dt&gt;&lt;b&gt;Another Term&lt;/b&gt;&lt;/dt&gt;
460+
&lt;dd class=&quot;micro&quot;&gt;And it gets a definition too, which is this line&lt;/dd&gt;
461+
&lt;dd class=&quot;micro&quot;&gt; this is a 2&lt;sup&gt;nd&lt;/sup&gt; definition for a single term.&lt;/dd&gt;
462+
463+
&lt;dt&gt;&lt;b&gt;Term&lt;/b&gt;&lt;/dt&gt;
464+
465+
&lt;dt&gt;&lt;b&gt;Other Defined Term&lt;/b&gt;&lt;/dt&gt;
466+
&lt;dd&gt;&lt;code&gt;dt&lt;/code&gt; terms may stand on their own without an accompanying &lt;code&gt;dd&lt;/code&gt;, but in that case they &lt;em&gt;share&lt;/em&gt; descriptions with the next available &lt;code&gt;dt&lt;/code&gt;. You may not have a &lt;code&gt;dd&lt;/code&gt; without a parent &lt;code&gt;dt&lt;/code&gt;.&lt;/dd&gt;
467+
&lt;/dl&gt;</code></pre>
468+
</figure>
469+
414470
<h3 class="typl8-delta">c) Dictionary-style Definition</h3>
415471
<p>The third format for definition lists is dictionary. This style is more a formal, applying proper punctuation where necessary and includes ordinal indicators:</p>
416472

@@ -427,6 +483,21 @@ <h3 class="typl8-delta">c) Dictionary-style Definition</h3>
427483
</dl>
428484
</figure>
429485

486+
<figure class="typeplate-code-block">
487+
<pre class="language-markup"><code>&lt;dl class=&quot;typl8-dictionary-style&quot;&gt;
488+
&lt;dt&gt;&lt;b&gt;This is a term&lt;/b&gt;&lt;/dt&gt;
489+
&lt;dd&gt;this is the definition of that term, which both live in a &lt;code&gt;dl&lt;/code&gt;.&lt;/dd&gt;
490+
491+
&lt;dt&gt;&lt;b&gt;Another Term&lt;/b&gt;&lt;/dt&gt;
492+
&lt;dd&gt;And it gets a definition too, which is this line&lt;/dd&gt;
493+
&lt;dd&gt; this is a 2&lt;sup&gt;nd&lt;/sup&gt; definition for a single term.&lt;/dd&gt;
494+
495+
&lt;dt&gt;&lt;b&gt;Term&lt;/b&gt;&lt;/dt&gt;
496+
497+
&lt;dt&gt;&lt;b&gt;Other Defined Term&lt;/b&gt;&lt;/dt&gt;
498+
&lt;dd&gt;&lt;code&gt;dt&lt;/code&gt; terms may stand on their own without an accompanying &lt;code&gt;dd&lt;/code&gt;, but in that case they &lt;em&gt;share&lt;/em&gt; descriptions with the next available &lt;code&gt;dt&lt;/code&gt;. You may not have a &lt;code&gt;dd&lt;/code&gt; without a parent &lt;code&gt;dt&lt;/code&gt;.&lt;/dd&gt;
499+
&lt;/dl&gt;</code></pre>
500+
</figure>
430501
</section>
431502

432503
</main>

scss/_site.scss

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ hr {
315315

316316
.dl-item {
317317
box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.08), 1px 1px 1px rgb(0, 0, 0);
318-
flex: 0 0 19%;
318+
flex: 0 0 23.5%;
319319
position: relative;
320320
background: rgba(41, 41, 41, 0.22);
321321
color: $white;
@@ -493,18 +493,16 @@ hr {
493493
// ============================================================
494494

495495
.example {
496+
border-radius: 2px;
496497
margin-left: 0;
497498
margin-right: 0;
498-
&:before {
499-
content: "example:";
500-
font-style: italic;
501-
display: block;
502-
background: none;
503-
position: relative;
504-
color: #9F9F9F;
505-
top: 0;
506-
left: 0;
507-
}
499+
padding: 20px 20px 10px;
500+
background: rgba(204, 204, 204, 0.38);
501+
}
502+
503+
.example--ampersand {
504+
background: transparent;
505+
padding-bottom: 0;
508506
}
509507

510508
.example > pre {

templates/content/base-type.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<h1 class="gamma section-title"><a class="perma-anchor" href="#base-type">§</a> 1.1 Base Type</h1>
44
</header>
55

6-
<p>For a solid base we use <a href="https://github.com/typeplate/starter-kit/blob/master/scss/_typeplate-styles.scss#L4-L10">default font settings</a> to allow elements to display in their natural size determined by the browser's default stylesheet. This makes for <a href="https://www.filamentgroup.com/lab/how-we-learned-to-leave-body-font-size-alone.html">lighter CSS and more flexibility</a> in the markup you choose to use. We also ensure united values for line-heights are never used per the <a href="http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights" rel="external">recommendations of Eric Meyer</a>.</p>
6+
<p>For a solid base we use <a href="https://github.com/typeplate/starter-kit/blob/master/scss/_typeplate-styles.scss#L4-L10">default font settings</a> to allow elements to display in their natural size determined by the browser's default stylesheet. This makes for <a href="https://www.filamentgroup.com/lab/how-we-learned-to-leave-body-font-size-alone.html">lighter CSS and more flexibility</a> in the markup you choose to use. We also ensure unit values for line-heights are never used per the <a href="http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights" rel="external">recommendations of Eric Meyer</a>.</p>
77

88
</section>

templates/content/color.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ <h1 class="gamma section-title"><a class="perma-anchor" href="#color">§</a> 1.3
55

66
<p>Just like in print, don’t use the darkest black available in your body text (<code style="color:#000">#000</code>). Instead, go for something softer, like <code style="color:#444">#444</code>. You can use a slightly darker color for titles like (<code style="color:#222">#222</code>) for example. Since these values are considered a de facto standard in practice, they're not necessarily ordained by law.</p>
77

8-
<figure class="example">
9-
<ul style="display: flex;" class="list-reset">
10-
<li style="width: 100px;height: 100px; background: #000"><code style="color:#CCC">#000</code></li>
11-
<li style="width: 100px;height: 100px; background: #222"><code style="color:#CCC">#222</code></li>
12-
<li style="width: 100px;height: 100px; background: #444"><code style="color:#CCC">#444</code></li>
13-
</ul>
14-
</figure>
8+
<ul style="display: flex;" class="list-reset">
9+
<li style="width: 100px;height: 100px; background: #000">
10+
<code style="color:#CCC">#000</code>
11+
</li>
12+
13+
<li style="width: 100px;height: 100px; background: #222">
14+
<code style="color:#CCC">#222</code>
15+
</li>
16+
17+
<li style="width: 100px;height: 100px; background: #444">
18+
<code style="color:#CCC">#444</code>
19+
</li>
20+
</ul>
1521
</section>

templates/content/definition-lists.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ <h3 class="typl8-delta">a) Multi-line Definitions (default)</h3>
1717
</dl>
1818
</figure>
1919

20+
<figure class="typeplate-code-block">
21+
<pre class="language-markup"><code>&lt;dl&gt;
22+
&lt;dt&gt;&lt;b&gt;This is a term&lt;/b&gt;&lt;/dt&gt;
23+
&lt;dd&gt;this is the definition of that term, which both live in a &lt;code&gt;dl&lt;/code&gt;.&lt;/dd&gt;
24+
25+
&lt;dt&gt;&lt;b&gt;Another Term&lt;/b&gt;&lt;/dt&gt;
26+
&lt;dd&gt;And it gets a definition too, which is this line&lt;/dd&gt;
27+
&lt;dd&gt;This is a 2&lt;sup&gt;nd&lt;/sup&gt; definition for a single term. A &lt;code&gt;dt&lt;/code&gt; may be followed by multiple &lt;code&gt;dd&lt;/code&gt;s.&lt;/dd&gt;
28+
&lt;/dl&gt;</code></pre>
29+
</figure>
30+
2031
<h3 class="typl8-delta">b) Inline Definitions</h3>
2132
<p>The second format for definition lists is lining. This style is more robust, with support for multiple terms defined by a single definition, and applies proper punctuation (: ,) where appropriate:</p>
2233

@@ -33,6 +44,22 @@ <h3 class="typl8-delta">b) Inline Definitions</h3>
3344
</dl>
3445
</figure>
3546

47+
<figure class="typeplate-code-block">
48+
<pre class="language-markup"><code>&lt;dl class=&quot;typl8-lining&quot;&gt;
49+
&lt;dt&gt;&lt;b&gt;This is a term&lt;/b&gt;&lt;/dt&gt;
50+
&lt;dd&gt;this is the definition of that term, which both live in a &lt;code&gt;dl&lt;/code&gt;.&lt;/dd&gt;
51+
52+
&lt;dt&gt;&lt;b&gt;Another Term&lt;/b&gt;&lt;/dt&gt;
53+
&lt;dd class=&quot;micro&quot;&gt;And it gets a definition too, which is this line&lt;/dd&gt;
54+
&lt;dd class=&quot;micro&quot;&gt; this is a 2&lt;sup&gt;nd&lt;/sup&gt; definition for a single term.&lt;/dd&gt;
55+
56+
&lt;dt&gt;&lt;b&gt;Term&lt;/b&gt;&lt;/dt&gt;
57+
58+
&lt;dt&gt;&lt;b&gt;Other Defined Term&lt;/b&gt;&lt;/dt&gt;
59+
&lt;dd&gt;&lt;code&gt;dt&lt;/code&gt; terms may stand on their own without an accompanying &lt;code&gt;dd&lt;/code&gt;, but in that case they &lt;em&gt;share&lt;/em&gt; descriptions with the next available &lt;code&gt;dt&lt;/code&gt;. You may not have a &lt;code&gt;dd&lt;/code&gt; without a parent &lt;code&gt;dt&lt;/code&gt;.&lt;/dd&gt;
60+
&lt;/dl&gt;</code></pre>
61+
</figure>
62+
3663
<h3 class="typl8-delta">c) Dictionary-style Definition</h3>
3764
<p>The third format for definition lists is dictionary. This style is more a formal, applying proper punctuation where necessary and includes ordinal indicators:</p>
3865

@@ -49,4 +76,19 @@ <h3 class="typl8-delta">c) Dictionary-style Definition</h3>
4976
</dl>
5077
</figure>
5178

79+
<figure class="typeplate-code-block">
80+
<pre class="language-markup"><code>&lt;dl class=&quot;typl8-dictionary-style&quot;&gt;
81+
&lt;dt&gt;&lt;b&gt;This is a term&lt;/b&gt;&lt;/dt&gt;
82+
&lt;dd&gt;this is the definition of that term, which both live in a &lt;code&gt;dl&lt;/code&gt;.&lt;/dd&gt;
83+
84+
&lt;dt&gt;&lt;b&gt;Another Term&lt;/b&gt;&lt;/dt&gt;
85+
&lt;dd&gt;And it gets a definition too, which is this line&lt;/dd&gt;
86+
&lt;dd&gt; this is a 2&lt;sup&gt;nd&lt;/sup&gt; definition for a single term.&lt;/dd&gt;
87+
88+
&lt;dt&gt;&lt;b&gt;Term&lt;/b&gt;&lt;/dt&gt;
89+
90+
&lt;dt&gt;&lt;b&gt;Other Defined Term&lt;/b&gt;&lt;/dt&gt;
91+
&lt;dd&gt;&lt;code&gt;dt&lt;/code&gt; terms may stand on their own without an accompanying &lt;code&gt;dd&lt;/code&gt;, but in that case they &lt;em&gt;share&lt;/em&gt; descriptions with the next available &lt;code&gt;dt&lt;/code&gt;. You may not have a &lt;code&gt;dd&lt;/code&gt; without a parent &lt;code&gt;dt&lt;/code&gt;.&lt;/dd&gt;
92+
&lt;/dl&gt;</code></pre>
93+
</figure>
5294
</section>

templates/content/footnotes.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,15 @@ <h1 class="gamma section-title"><a class="perma-anchor" href="#footnotes">§</a>
1313
</footer>
1414
</article>
1515
</figure>
16+
17+
<figure class="typeplate-code-block">
18+
<pre class="language-markup"><code>&lt;article&gt;
19+
&lt;p&gt;&lt;sup&gt;&lt;a href=&quot;#fn-itemX&quot; id=&quot;fn-returnX&quot;&gt;&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
20+
&lt;footer&gt;
21+
&lt;ol class=&quot;foot-notes&quot;&gt;
22+
&lt;li id=&quot;fn-itemX&quot;&gt;&lt;a href=&quot;#fn-returnX&quot;&gt;&#x21a9;&lt;/a&gt;&lt;/li&gt;
23+
&lt;/ol&gt;
24+
&lt;/footer&gt;
25+
&lt;/article&gt;</code></pre>
26+
</figure>
1627
</section>

templates/content/pull-quotes.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,12 @@ <h1 class="gamma section-title"><a class="perma-anchor" href="#pull-quotes">§</
1313
</blockquote>
1414
</aside>
1515
</figure>
16+
17+
<figure class="typeplate-code-block">
18+
<pre class="language-markup"><code>&lt;aside&gt;
19+
&lt;blockquote&gt;
20+
&lt;p&gt;&lt;/p&gt;
21+
&lt;/blockquote&gt;
22+
&lt;/aside&gt;</code></pre>
23+
</figure>
1624
</section>

templates/content/small-print.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ <h1 class="gamma section-title"><a class="perma-anchor" href="#code-blocks">§</
1616
<small>(While supplies last. Offer expires on the vernal equinox. Not valid in Ohio.)</small>
1717
</p>
1818
</figure>
19+
20+
<figure class="typeplate-code-block">
21+
<pre class="language-markup"><code>&lt;small&gt;…&lt;/small&gt;</code></pre>
22+
</figure>
1923
</section>

0 commit comments

Comments
 (0)