delete test file
This commit is contained in:
parent
e64aa95482
commit
1f5514e11a
26
src/test.md
26
src/test.md
@ -1,26 +0,0 @@
|
||||
# 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.
|
Loading…
Reference in New Issue
Block a user