Demo, Test

Pandoc Sidenote Test

A paragraph with a simple inline footnote.This is a simple inline note with just text and a link.1 You are right.

A paragraph with a block-level footnote containing rich content.2

A sidenote with bold text, italic, inline code, and a list:

  • First item
  • Second item
  • Third item with emphasis

And a second paragraph inside the same note.

You are right.
A paragraph with a footnote containing a code block.3

Here is a code snippet in a sidenote:

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

This code works with GHC 9.4+.

A paragraph with two footnotes: one rich4

Rich sidenote with multiple elements:

  • Ordered list item 1
  • Ordered list item 2

A second paragraph.

and one simple.A simple sidenote with just a link to Haskell.org.5 The paragraph continues.