From 09f9fccf5554721b88ae4bb03334e4b3c6d394fd Mon Sep 17 00:00:00 2001 From: gws Date: Tue, 5 Nov 2024 22:16:10 +0100 Subject: [PATCH] testing markdown stuff --- content/_index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/_index.md b/content/_index.md index a6118c0..0ff3007 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,3 +6,19 @@ # WORK IN PROGRESS The site is under construction + +```python +print("Hello, World!") +``` + +## Markdown is Awsome + +doler ipsum + +1st Header|2nd Header|3rd Header +---|---|--- +col 1 is|left-aligned|1 +col 2 is|center-aligned|2 +col 3 is|right-aligned|3 + +$$\dfrac{n!}{k!(n-k)!} = \binom{n}{k}$$