2022-12-29 13:41:39 -05:00
@@META charset UTF-8
@@META name viewport content width=device-width,initial-scale=1.0
@@TITLE Test webpage
2023-01-04 08:55:28 -05:00
@@CSS test_css.css
2022-12-28 16:43:54 -05:00
# Hello `world`!
2022-12-28 14:04:54 -05:00
## Hello world!
### Hello world!
2022-12-28 16:43:54 -05:00
#### Hello ***world***!
2022-12-29 14:17:59 -05:00
@@INCLUDE test_file_include.md4tj
2022-12-28 16:43:54 -05:00
[Example website](https://example.com)
2022-12-29 11:21:53 -05:00
![Example image](usbs.png)
2023-01-03 18:34:40 -05:00
!![Example video](test_video.webm)
2023-01-04 12:07:33 -05:00
- unordered ~~item 1~~
- unordered ==item 2==
2022-12-29 11:21:53 -05:00
- unordered item 3
1. ordered item 1
2. ordered item 2
2023-01-04 13:35:28 -05:00
- unordered item after ordered 1
- unordered item after ordered 2
2022-12-29 11:21:53 -05:00
```
#include <stdio.h>
int main() {
printf("%s\n", "Hello World!");
return 0;
}
2023-01-04 10:43:27 -05:00
```
2023-01-04 12:38:23 -05:00
[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).
2023-01-04 14:57:27 -05:00
$$e^{i \pi} + 1 = 0$$
2023-01-04 15:09:58 -05:00
@@DIV monospace-text
This is a div that has monospace text.
@@ENDDIV
2023-01-04 10:43:27 -05:00
@@LASTUPDATED