diff options
Diffstat (limited to 'html-test/src/Bold.hs')
-rw-r--r-- | html-test/src/Bold.hs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/html-test/src/Bold.hs b/html-test/src/Bold.hs new file mode 100644 index 00000000..7ff28ef9 --- /dev/null +++ b/html-test/src/Bold.hs @@ -0,0 +1,9 @@ +module Bold where +-- | Some __bold text__. +-- +-- * __Bold__ in a list +-- +-- [__bold in a definition__] list +-- +-- @ bold __in__ a __code__ block @ +foo = undefined |