diff --git a/src/test.md b/src/test.md deleted file mode 100644 index 47871b3..0000000 --- a/src/test.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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.