aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Unicode2.hs
blob: ca6b18bacffb21f3bef854d4433f416c4e642822 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 'ü'
--
ü :: ()
ü = ()