Foo

Living Standard,

This version:
http://example.com/foo
Editor:
Example Editor

Abstract

Test of markdown constructs with a weird number of spaces defined as the indent.

1. Double-Underline Heading

text

1.1. Single-Underline Heading

text

2. One-Hash Heading

text

2.1. Two-Hash Heading

text

2.1.1. Three-Hash Heading

text

2.1.1.1. Four-Hash Heading

text

2.1.1.1.1. Five-Hash Heading

text

###### Six-Hash Not-A-Heading ###### {#h}

3. Tight Bulleted List

4. Loose Bulleted List

5. List With Paragraphs

6. Nested Lists

7. Numbered List

  1. one

  2. two

  3. three

8. Mixed Lists

  1. numbered one

    • bulleted one

  2. numbered two

    • bulleted two

9. DL

foo

foo stuff

bar

more bar stuff continues on the next line

baz
baz2
nested foo

nested foo stuff

10. Paragraphs In Lists

foo
First para. Two lines.

Second para. Two lines.