Link Search Menu Expand Document

Lists

The following sections contain lists where the first child of each item is a block-level element, using blank lines following Kramdown syntax.

For some combinations (especially those involving description list elements) vertical alignment in the rendered web pages is not ideal in v0.3.1.

The following setting in _config.yml loads the custom CSS in fix-lists.scss, which fixes most of the alignment issues:

color_scheme: fix-lists

as shown in this PDF.

Unordered lists

  • paragraph text

    paragraph text

  • paragraph text

  • block quote

    paragraph text

  • fenced code block
    

    paragraph text

    • unordered list item
    • unordered list item

    paragraph text

    1. ordered list item
    2. ordered list item

    paragraph text

  • term
    description
    term
    description

    paragraph text

  • Default aligned Left aligned Center aligned Right aligned
    First body part Second cell Third cell fourth cell
    Second line foo strong baz
    Third line quux baz bar
    Second body      
    2 line      
    Footer row      

    paragraph text


  • paragraph text

  • \[\mathit{math} \{ \mathit{block} \}\]

    paragraph text

Ordered lists

  1. paragraph text

    paragraph text

  2. Header

    paragraph text

  3. block quote

    paragraph text

  4. fenced code block
    

    paragraph text

    • unordered list item
    • unordered list item

    paragraph text

    1. ordered list item
    2. ordered list item

    paragraph text

  5. term
    description
    term
    description

    paragraph text

  6. Default aligned Left aligned Center aligned Right aligned
    First body part Second cell Third cell fourth cell
    Second line foo strong baz
    Third line quux baz bar
    Second body      
    2 line      
    Footer row      

    paragraph text


  7. paragraph text

  8. \[\mathit{math} \{ \mathit{block} \}\]

    paragraph text

Description lists

term

paragraph text

paragraph text

term

Header

paragraph text

term

block quote

paragraph text

term
fenced code block

paragraph text

term
  • unordered list item
  • unordered list item

paragraph text

term
  1. ordered list item
  2. ordered list item

paragraph text

term
sub-term
sub-description
sub-term
sub-description

paragraph text

term
Default aligned Left aligned Center aligned Right aligned
First body part Second cell Third cell fourth cell
Second line foo strong baz
Third line quux baz bar
Second body      
2 line      
Footer row      

paragraph text

term

paragraph text

term
\[\mathit{math} \{ \mathit{block} \}\]

paragraph text