58 lines
2.1 KiB
Plaintext
58 lines
2.1 KiB
Plaintext
@@META charset UTF-8
|
|
@@META name viewport content width=device-width,initial-scale=1.0
|
|
@@TITLE Test webpage
|
|
@@CSS test_css.css
|
|
# Hello `world`!
|
|
## Hello world!
|
|
### Hello world!
|
|
#### Hello ***world***!
|
|
@@INCLUDE test_file_include.md4tj
|
|
[Example website](https://example.com)
|
|
![Example image](usbs.png)
|
|
!![Example video](test_video.webm)
|
|
- unordered ~~item 1~~
|
|
- unordered ==item 2==
|
|
- unordered item 3
|
|
1. ordered item 1
|
|
2. ordered item 2
|
|
- unordered item after ordered 1
|
|
- unordered item after ordered 2
|
|
```
|
|
#include <stdio.h>
|
|
int main() {
|
|
printf("%s\n", "Hello World!");
|
|
return 0;
|
|
}
|
|
```
|
|
[Dungeon Crawl Stone Soup](https://crawl.develz.org) - My favorite FOSS roguelike (Yes, I know the greatest roguelike of all time is NetHack, I don't care).
|
|
$$e^{i \pi} + 1 = 0$$
|
|
|
|
@@DIV monospace-text
|
|
This is a div that has monospace text.
|
|
@@ENDDIV
|
|
@@LASTUPDATED
|
|
|
|
[The R-Box Podcast](https://www.youtube.com/@ther-boxpodcast8099/) - A bunch of my childhood friends decided to band up and create a podcast while they were living together. This is the result, basically a distillation of our inside jokes and humor in three glorous episodes. I don't talk to these guys much anymore, but as far as I can tell it's never coming back. Probably only funny to people who know them personally (like me), but who knows? I recorded an episode with them as a guest a while back when I was back in town, but I guess I was such a terrible guest they didn't bother uploading it.
|
|
|
|
[Sam & Max Hit The Road](https://en.wikipedia.org/wiki/Sam_%26_Max_Hit_the_Road)
|
|
[The Void](https://en.wikipedia.org/wiki/The_Void_(video_game))
|
|
[The Operative: No One Lives Forever](https://en.wikipedia.org/wiki/The_Operative:_No_One_Lives_Forever)
|
|
[Joy, Departed](https://en.wikipedia.org/wiki/Talk:Joy,_Departed)
|
|
[Logitech G13](https://support.logi.com/hc/en-us/articles/360023467053-G13-Technical-Specifications)
|
|
|
|
| Header 1 | Header 2 | Header 3|
|
|
|----------|----------|---------|
|
|
| *Item 1* | **Item 2** | ~~Item 3~~ |
|
|
|
|
Content after the table
|
|
|
|
@@DIV div2
|
|
- This is a div that
|
|
- tests proper termination of list
|
|
- within it
|
|
@@ENDDIV
|
|
|
|
Here is a quote:
|
|
> You miss 100%
|
|
> of the shots
|
|
> you don't take |