website-mcknight-tech/page_content/home.md

20 lines
189 B
Markdown
Raw Normal View History

2025-01-30 20:05:16 -08:00
# 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)
```