11---
22title : GRASS Quarto Design Guide
3- description : Adopted from Quarto Documentatoin
3+ description : Adopted from Quarto Documentation
44image : images/LinkedIn-Post-Image.png
55title-block-banner : true
66author :
@@ -138,14 +138,14 @@ superscript^2^ / subscript~2~
138138 Continued (indent 4 spaces)
139139```
140140
141- (@) A list whose numbering
141+ (@) A list which numbering
142142
143143continues after
144144
145145(@) an interruption
146146
147147``` md
148- (@) A list whose numbering
148+ (@) A list which numbering
149149
150150continues after
151151
@@ -200,7 +200,7 @@ belong to the previous footnote.
200200 { some.code }
201201
202202 The whole paragraph can be indented, or just the first
203- line. In this way, multi-paragraph footnotes work like
203+ line. In this way, multi-paragraph footnotes work like
204204 multi-paragraph list items.
205205
206206This paragraph won't be part of the note, because it
@@ -223,7 +223,7 @@ belong to the previous footnote.
223223 { some.code }
224224
225225 The whole paragraph can be indented, or just the first
226- line. In this way, multi-paragraph footnotes work like
226+ line. In this way, multi-paragraph footnotes work like
227227 multi-paragraph list items.
228228
229229This paragraph won't be part of the note, because it
@@ -548,12 +548,12 @@ This is a warning callout.
548548### Important
549549
550550::: {.callout-important}
551- This is a imporant callout.
551+ This is an important callout.
552552:::
553553
554554``` md
555555::: {.callout-important}
556- This is a imporant callout.
556+ This is an important callout.
557557:::
558558```
559559
649649
650650### Special Buttons
651651
652- We have a custom support buttons ([ More Info] ( #includes ) ) that link to GRASS's [ Open Collective page] ({{< var grass.support >}})
652+ We have custom support buttons ([ More Info] ( #includes ) ) that link to GRASS's [ Open Collective page] ({{< var grass.support >}})
653653
654654{{< include /content/include/_ support-button.qmd >}}
655655{{< include /content/include/_ support-outline-button.qmd >}}
@@ -790,7 +790,7 @@ page 2
790790
791791## Divs & Spans
792792
793- ### Boarder
793+ ### Border
794794
795795::: {.border}
796796This content can be styled with a border
@@ -860,7 +860,7 @@ More content.
860860
861861### Column Margin
862862::: {.column-margin}
863- ![ A image in the margin] ( images/LinkedIn-Post-Image.png )
863+ ![ An image in the margin] ( images/LinkedIn-Post-Image.png )
864864:::
865865
866866## Lipsum
@@ -897,7 +897,7 @@ Will render {{< var grass.version >}}
897897
898898## Includes
899899
900- The include [ shortcode] ( https://quarto.org/docs/authoring/includes.html ) allow us to use reusable markdown.
900+ The include [ shortcode] ( https://quarto.org/docs/authoring/includes.html ) allows us to use reusable markdown.
901901
902902### Support Button
903903
0 commit comments