From 97de4c0664eca82b58027f6be8d4a5d8a9d3417c Mon Sep 17 00:00:00 2001 From: kageru Date: Wed, 1 Apr 2020 20:14:50 +0200 Subject: [PATCH] Initial commit --- test.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test.md diff --git a/test.md b/test.md new file mode 100644 index 0000000..47871b3 --- /dev/null +++ b/test.md @@ -0,0 +1,26 @@ +# This is a test title +I’m testing generated static pages for this right now. + +I can put text here. +```py +import antigravity +print("and maybe some code, too?") +``` +And some more. + +```rs +pub fn main() { + println!("in many different languages"); +} +``` + +```hs +main :: IO () +main = do + printf "And memes \\o/" +``` + +## And another section +And even more. + +Updating stuff is also possible.