X-Git-Url: https://git.lukelau.me/?p=blog.git;a=blobdiff_plain;f=README.md;fp=README.md;h=6d64aa615ea2562d0c788cc17c1da13f44c3884d;hp=0000000000000000000000000000000000000000;hb=b3538c199903e13ce959380bf01840d015b74e70;hpb=ef38555e6f6ec20c5ce7fd956a42727b75a8d100 diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d64aa6 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Try logging in with "luke" and "pass" as the password, and check out the `users` function for posting from multiple users. + +Markdown is supported inside posts and you can use + +``` + +\`\`\`haskell +foo :: Int -> Int +foo ... +\`\`\` +``` + +code blocks with sytnax highlighting for Haskell.