replaced all github flavored code blocks with fenced kramdown code blocks

This commit is contained in:
Jeepler 2015-09-27 01:00:33 +02:00
parent df467baf1c
commit 39ef7373fd
58 changed files with 609 additions and 609 deletions

View file

@ -21,15 +21,15 @@ this `QubesOS` github account.
To clone a repository:
```
~~~
git clone git://github.com/QubesOS/<repo_name>.git <repo_name>
```
~~~
e.g.:
```
~~~
git clone git://github.com/QubesOS/qubes-core-admin.git core-admin
```
~~~
## Sending a patch