-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Convert Pandoc Markdown-style footnotes into sidenotes
--   
--   This is a simple Pandoc filter to convert footnotes into a format that
--   can be consumed by Tufte CSS. On the whole, this project weighs in at
--   well under 100 lines of code. Check out SideNote.hs if you're curious
--   how it works.
@package pandoc-sidenote
@version 0.22.1.0

module Text.Pandoc.SideNote
usingSideNotes :: Pandoc -> Pandoc
