Content Navigation Sub content Local navigation and search

Tag Test

Sep 9, 09:33 PM, to oli-studio

a test of how stuff looks

Headers

Article pages

h1 Article title (A-head)

h1+h2 Article metadata

h2 Article subheading (B-head)

h3 Article C-head

h4 Article D-head (probably won't be used)

h5 Article E-head
h6 Article F-head

header followed by text

h2 Article subheading (B-head)

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

h3 Article C-head

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

h4 Article D-head (probably won't be used)

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

h5 Article E-head

Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

h6 Article F-head

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

two headers followed by text

h2 Article subheading (B-head)

h3 Article C-head

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

h3 Article C-head

h4 Article D-head (probably won't be used)

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

h4 Article D-head (probably won't be used)

h5 Article E-head

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

h5 Article E-head
h6 Article F-head

Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Home Page

h1 Home page title (A-head)

h2 Subtitle/tagline (B-head)

h3 Article title (C-head)

h3+h4 Home page Article metadata

h4 Article subheading (D-head)

h5 Article E-head
h6 Article F-head (probably not used)

some basic text formatting

This paragraph contains all the inline tags. an acronym (JAF), a citation, some computer code, deleted text you can't see me!, a defined word, some emphasised text, inserted text (although it's only inline), some text to be typed by the user (kbd), some sample output eg from a program, some strongly emphasised text, and a computer variable.

Finally we have a link with and without a title. Here's a line break.
There's also a short quotation, a span enclosing some text, and subscriptnote 1 and superscriptnote 2. Let's test nested quoting This quote contains another quote just for fun, you know.

Lists

  • this is an unordered list
  • another list item
  • more list items
  1. this is an ordered list
  2. another list item
  3. more list items
  • this is a nested list
    1. this is an ordered list
      • this is an unordered list
      • another list item
      • more list items
    2. more list items
  • more list items
This is a definition list
this definition is short and lacks paragraph tags
long definition

longer definition with several paragraphs

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

and now a nexted blockquote

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

short
this definition is boring
definition containing lists

here is the nested list example from above

  • this is a nested list
    1. this is an ordered list
      • this is an unordered list
      • another list item
      • more list items
    2. more list items
  • more list items

Other Block-level tags

Blockquote

some text in a blockquote

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Some code in a blockquote (blockquote/p/code tags, no br for linebreaks) 30 2 * * * cat /home/user_name/logs/access.log >> /home/user_name/logs/my_log.log

Related Articles