{-# LANGUAGE Haskell2010 #-}
module Unicode2 where

-- | All of the following work with a unicode character ü:
--
--   * an italicized /ü/
--   
--   * inline code @ü@
--
--   * a code block:
--
--   > ü
--
--   * a url <https://www.google.com/search?q=ü>
-- 
--   * a link to 'ü'
--
ü :: ()
ü = ()