---
title: Styleguide
# Resources
featured_image: lena
resources:
- name: lena
src: images/lena.*
params:
alt: Woman smiling
attr:
---
## HTML
Test paragraph test paragraph test paragraph test paragraph test paragraph test
paragraph test paragraph test paragraph.
Emphasis text. Alternate voice text. Stress emphasis text. Strong text. Annotated textStrikethrough text.
Superscript and subscript text. Nested superscript text. Nested subscript text.
Small text
Highlighted text.
Deleted inserted text.
An inline quotation.
Machine-readable data
CodeCtrl + Alt + DelCtrl + Alt + Dela or bSample program output.
Pre formatt
ed te
xt.
A definition of a term.
Decription list:
Term
Definition of term
Address:
123 Fake Street
Fakesville
USA
Math:
Block:
Inline math
Table:
Table caption
Heading
Heading
Heading
Body
Body
Body
Body
Body
Body
Footer
Footer
Footer
Summary
Details details details details details details details.
---
## Markdown
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
Normal text. **Bold text.** _Italics text._ `Monospace text.` [Internal link](/).
[External link](https://wikipedia.org). [Mailto link](mailto:foo@bar.baz). [Phone link](tel:0000000).
Lists:
- Unordered list
- Unordered list
- Nested unordered list
- Nested unordered list
- Nested unordered list
- Nested unordered list
- Nested unordered list
- Nested unordered list
1. Ordered list
1. Ordered list
1. Nested Ordered list
1. Nested Ordered list
1. Nested Ordered list
1. Nested Ordered list
1. Nested Ordered list
1. Nested Ordered list
---
> Blockquote blockquote blockquote blockquote blockquote blockquote blockquote.
---
Code block:
```
int main() {
}
```
Code block with syntax highlighting:
```c
int main() {
}
```
---
Table:
| Heading | Heading | Heading |
| ------- | ------- | ------- |
| Body | Body | Body |
| Body | Body | Body |
---
## Shortcodes
Inline picture:
{{< picture
src="lena"
>}}
Linked picture:
{{< picture
src="lena"
link="/"
>}}
Figure
{{< figure
src="lena"
>}}
Linked figure
{{< figure
src="lena"
link="/"
>}}
Figure with caption:
{{< figure
src="lena"
caption="This is a caption"
>}}
---
An abbreviation shortcode: {{< abbr "eg" >}}.
{{< blockquote
source="Source"
>}}
A blockquote shortcode.
{{< /blockquote >}}
{{< blockquote
source="Source"
style="epigram"
>}}
An epigram-style blockquote shortcode.
{{< /blockquote >}}
{{< blockquote
source="Source"
title="Film title"
schemaType="Movie"
style="epigram"
>}}
A blockquote shortcode.
{{< /blockquote >}}
{{< blockquote
source="Source"
title="Chapter title"
schemaType="Chapter"
titleSeries="Book title"
schemaTypeSeries="Book"
style="epigram"
>}}
A blockquote shortcode.
{{< /blockquote >}}
{{< blockquote
source="Source"
title="TV episode title"
schemaType="TVEpisode"
titleSeries="TV series title"
schemaTypeSeries="TVSeries"
numberSeries="S01E01"
style="epigram"
>}}
A blockquote shortcode.
{{< /blockquote >}}
A {{< cite title="cite" >}} shortcode.
A {{< q >}}short quotation{{< /q >}} shortcode.