blob: 19925a4f2f93c16b4ec0ab6201c66b3f52e4a934 (
plain) (
tree)
|
|
{-# 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 'ü'
--
ü :: ()
ü = ()
|