20 lines
189 B
Markdown
20 lines
189 B
Markdown
|
# McKnight Technology Services
|
||
|
|
||
|
Hi! This is some text
|
||
|
|
||
|
## h2 Title
|
||
|
Lorem ipsum...
|
||
|
|
||
|
> This is a quote
|
||
|
|
||
|
### Shell
|
||
|
```shell
|
||
|
ls /
|
||
|
```
|
||
|
|
||
|
### Python
|
||
|
```python
|
||
|
for i in range(42):
|
||
|
print(i)
|
||
|
```
|