md4tj/test_file.md4tj

28 lines
759 B
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).
@@LASTUPDATED