Skip to content

Commit

Permalink
manual: Try using inline attribute to apply tall class to th
Browse files Browse the repository at this point in the history
As described in the [Kramdown
QuickRef](https://kramdown.gettalong.org/quickref.html#inline-attribute
s).
  • Loading branch information
jeremy-w committed Mar 10, 2024
1 parent 0a53ad0 commit 82b07e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ But YAML maps aren't necessarily ordered, so let's roll with it.
- ![]({{ assets }}/{{ word }}.png) **{{ word }}**
{% endfor %}
- cp. ![]({{ assets }}/write.png) **write**
- <a id="wr-join" />**wr**&nbsp;![]({{ assets }}/wr.png) is distinguished from ![]({{ assets }}/th.png)&nbsp;**th** by its size.
- <a id="wr-join" />**wr**&nbsp;![]({{ assets }}/wr.png) is distinguished from ![]({{ assets }}/th.png){: class="tall" }&nbsp;**th** by its size.
- <a id="wh-join" />**wh**&nbsp;![]({{ assets }}/wh.png) is made by enlarging the _w_ hook so as to look like the _h_- circle; cp. ![]({{ assets }}/who.png)&nbsp;**who**, ![]({{ assets }}/ha.png)&nbsp;**ha**.
- <a id="word-final-ws-join" />**ws**&nbsp;![]({{ assets }}/ws.png); at the end of a word the addition of the _s_ tick to the _w_ hook forms a loop; thus
{% assign words = "sews cows laws" | split: " " %}{% for word in words %}
Expand Down

0 comments on commit 82b07e5

Please sign in to comment.