Test

Second test with line breaks.
This should break here.
And here.

  • First unordered item
  • Second unordered item
    • Nested subitem
  1. First ordered item
  2. Second ordered item
  3. Third ordered item

Inline math: 1*1=11 * 1 = 1

Block math with attributes:

01x2dx=13 \int_0^1 x^2 \, dx = \tfrac{1}{3}

Subtitle Test

Now a code block:

main :: IO ()
main = putStrLn "Hello, Pandoc!"