34 lines
745 B
Markdown
34 lines
745 B
Markdown
# hello world!
|
|
|
|
*italic text*
|
|
|
|
**bold text**
|
|
|
|
`code text`
|
|
|
|
~~strikethrough text~~
|
|
|
|
normal text
|
|
|
|
-----
|
|
|col1|col2|col3|
|
|
|:-|:-:|-:|
|
|
|Example 123456789|Table 123456789|wow! 123456789|
|
|
|-----|-----|-----|
|
|
|`woah`|hi there|`who are you?`|
|
|
|
|
[link](https://pogmom.me/)
|
|
|
|

|
|
|
|
todo:
|
|
|
|
- rss feeds
|
|
|
|
- implement all client-side js modules from https://pogmom.me (i'm draining brendan of his life force so i can save the world from him)
|
|
|
|
- make /c/[path] endpoint that basically just returns `curl https://address/[path]?w=${COLUMNS}` so you can pipe it directly into a shell to get a sized output
|
|
|
|
- implement ?w=width parameter that resizes curl endpoint
|
|
|
|
- so much more
|