testing markdown stuff
This commit is contained in:
parent
5989c080f5
commit
09f9fccf55
|
@ -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}$$
|
||||
|
|
Loading…
Reference in a new issue