1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/test.md
2014-05-09 01:12:33 +02:00

15 lines
99 B
Markdown

---
title: TEST
layout: default
---
### Test
**Hello world!**
```
#!/bin/bash
echo "Test!"
```