commit 97de4c0664eca82b58027f6be8d4a5d8a9d3417c Author: kageru Date: Wed Apr 1 20:14:50 2020 +0200 Initial commit 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.