1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00
wiki.mbirth.de/test.md

15 lines
99 B
Markdown
Raw Normal View History

2014-05-09 00:12:33 +01:00
---
title: TEST
layout: default
---
### Test
**Hello world!**
```
#!/bin/bash
echo "Test!"
```