Omphaloskepsis-2/content/styleguide/index.md

4.5 KiB

title featured_image resources
Styleguide lena
name src params
lena images/lena.*
alt attr
Woman smiling

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 text Strikethrough text.

Superscript and subscript text. Nested superscript text. Nested subscript text.

Small text

Highlighted text.

Deleted inserted text.

An inline quotation.

Machine-readable data

Code

Ctrl + Alt + Del

Ctrl + Alt + Del

a or b

Sample 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: 1 2

Inline e = MC2 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. Mailto link. Phone link.

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
  2. Ordered list
    1. Nested Ordered list
      1. Nested Ordered list
        1. Nested Ordered list
          1. Nested Ordered list
            1. Nested Ordered list
  3. Nested Ordered list

Blockquote blockquote blockquote blockquote blockquote blockquote blockquote.


Code block:

int main() {

}

Code block with syntax highlighting:

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.