mdb-content/test.md

28 lines
396 B
Markdown
Raw Normal View History

2020-04-01 20:14:50 +02:00
# This is a test title
I’m testing generated static pages for this right now.
I can put text here.
```py
import antigravity
print("and maybe some code, too?")
```
And some more.
```rs
pub fn main() {
println!("in many different languages");
}
```
```hs
main :: IO ()
main = do
printf "And memes \\o/"
```
## And another section
And even more.
Updating stuff is also possible.
2020-04-01 20:19:53 +02:00
test