blob: ca6b18bacffb21f3bef854d4433f416c4e642822 (
plain) (
tree)
|
|
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 'ü'
--
ü :: ()
ü = ()
|