Skip to content

Latest commit

 

History

History
90 lines (69 loc) · 1.89 KB

test.md

File metadata and controls

90 lines (69 loc) · 1.89 KB

Heading One

This is a paragraph with some emphasized text - OK?

Here is an unordered list:

  • this is an unordered list
    • subitem 1.a
    • subitem 1.b
  • this is second item in unordered list
    • subitem 2.a
      • subitem 2.a.i
      • subitem 2.a.ii
    • subitem 2.b

Here is an ordered/numbered list:

  1. This is a numbered list
    1. one
    2. two
  2. This is second item in numbered list
    1. one
    2. two
      1. A
      2. B
        1. x
        2. y
        3. z
  3. last numbered item

Heading Two

This is a paragraph with some emphasized text - OK?

Heading Three

This is a paragraph with some emphasized text - OK?

Heading Four

A wee bit of text

Heading Five

Just some normal text... nothing fancy

This is a simple table:

Header Another header
field 1 something
field 2 something else
field 3 something
field 4 something else
field 5 something
field 6 something else
Heading Six

This is really deeply nested.

Here is some code:

10 REM Old huh?
20 REM Yup, way old!

The file name is oldcode.bas.

These three lines should only be one paragaph, but with BF retaining the newlines, the newlines must be replaced with spaces.

The below is a blockquote with inner codeblocks.

Example:

sub status {
    print "working";
}

Or:

sub status {
    return "working";
}

Here is the gofpdf logo (inline): from https://github.com/jung-kurt/gofpdf/tree/master/image

Here is a Gopher:

from https://github.com/egonelbre/gophers

The Go gopher was designed by Renee French. The Gopher character design is licensed under the Creative Commons 3.0 Attributions license. Read http://blog.golang.org/gopher for more details.

This is the last line of the document.