another code block converted to fenced block

This commit is contained in:
Bozhidar Batsov 2012-04-11 17:26:10 +03:00
parent a32e995a81
commit 0aea259ab0

View file

@ -79,11 +79,13 @@ Packages are specified by files in the `recipes` directory. You can
contribute a new package by adding a new file under `recipes` using
the following form,
(name
:fetcher [git|github|bzr|hg|darcs|svn|wiki]
[:url "<repo url>"]
[:repo "github-user/repo-name"]
[:files ("<file1>", ...)])
```elisp
(name
:fetcher [git|github|bzr|hg|darcs|svn|wiki]
[:url "<repo url>"]
[:repo "github-user/repo-name"]
[:files ("<file1>", ...)])
```
`name`
: a lisp symbol that has the same name as the package being specified.